flutter pub get
flutter pub run build_runner watch --delete-conflicting-outputs
After successful build, terminate this process
mkdir config
- create app_config.dev.yaml file and add properties
flutter run -t lib/main.dev.dart
flutter pub get
flutter pub run build_runner watch --delete-conflicting-outputs
After successful build, terminate this process
mkdir config
flutter run -t lib/main.dev.dart