A survey conducting platform built with Flutter
-
Checkout the repository
-
Run the app with the desire app flavor:
-
Staging:
$ flutter run --flavor staging -t lib/main-staging.dart -
Production:
$ flutter run --flavor production -t lib/main-production.dart
-
-
When adding a new model, generating the serializer by running:
$ flutter pub run build_runner build --delete-conflicting-outputs
-
Running unit testing:
$ flutter test .
-
Running integration test with emulator:
flutter drive --driver=test_driver/integration_test_driver.dart --target=integration_test/{test_file}.dart
-
To generate Assets/Font/Image:
$ flutter pub run build_runner build --delete-conflicting-outputs
This project is Copyright (c) 2014 and onwards. It is free software, and may be redistributed under the terms specified in the LICENSE file.
This project is maintained and funded by Nimble.
We love open source and do our part in sharing our work with the community! See our other projects or hire our team to help build your product.
