Flutter News App with newsapi.org. Developed using the Test Driven Development.
News App developed with Flutter and API from News API
For Flutter News App v1, you can check this repository.
YOUR API KEYin the variable
keyNewsApiwith your own.
flutter run -t lib/main_development.dart --flavor development -dor in production mode.
flutter run --release -t lib/main_production.dart --flavor production -dNote: If you want to build and release this app to Play Store. Please use this command.
flutter build appbundle --release --flavor production -t lib/main_production.dart
flutter run -t lib/main_development.dart -dor in production mode.
flutter run --release -t lib/main_production.dart -dFor iOS, to build and release there is no configuration. Just follow the instructions from the documentation.