headline_news
headline_news copied to clipboard
Headline News Application using API from https://newsapi.org
headline_news
Screenshots
How To Run This Project
- Extract Project
- Flutter pub get in Terminal
- Add ApiKey in common\config.dart
- If get error "certifcates not valid", you can export the certificates from https://newsapi.org and replace file in folder certificates
How To Run Test This Project
- Add ApiKey in test\data\datasources\article_remote_data_source_test.dart
- "flutter test" to run unit test
- "flutter test integration_test" to run integration test