Example Flutter application and CI/CD pipeline for integrating it with Semaphore 2.0. This application demonstrates CRUD operations using class based views in Django. It also includes UI for all CRUD views.
You need to register the project with your own Firebase account.
-
Use
com.flutter.logindemo
as your bundle / application ID when generating the Firebase project. -
Download the
ios/Runner/GoogleService-Info.plist
andandroid/app/google-services.json
files as needed.
Install packages
flutter pub get
Run the app
flutter run
Run the test suites
flutter test