- 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
- 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