Flutter app for Android and iOS listing events around you organized by brands or companies sponsoring with offers and coupons.
Features include:
- login with email and password, storage -> Google Firebase used
- location search -> Google Places API
- maps and marker display -> Google Maps API
- IFrame player -> Youtube API
- Install Flutter SDK
- Configure an IDE such as Visual Studio Code or Android Studio and make sure to have the plugin for Flutter/Dart
- Install Java(JDK) and Android Studio
- Add Flutter to PATH
- Download dependencies with
flutter pub get
- Open Xcode simulator with
open -a Simulator
on Mac or on Windows open the emulator from Android Studio - Run the app with
flutter run
- To compile the apk
flutter build apk
- To compile for ios
flutter build ios