- Structure: MVVM
- Navigation 2.0
- State management: Riverpod
- Top headlines page.
- Custom news page.
- Profile page: update user name, language, and country.
Get NewsAPI api key from : https://newsapi.org/
- Command line:
flutter run --dart-define=APIKEY=Enter your api key here...
- VS Code:
"configurations": [
{
"name": "Debug",
"type": "dart",
"request": "launch",
"program": "lib/main.dart",
"args": [
"--dart-define=APIKEY=Enter you api here"
]
}
]
Design inspirations:
- https://dribbble.com/shots/14700802-News-Section
- https://dribbble.com/shots/10759980-Bastion-Articles-App
- https://dribbble.com/shots/11707337-NY-Times-Article/attachments/3330893?mode=media
Design resources:
- https://www.figma.com/community/file/976668012616887402
- https://www.figma.com/community/file/984211592210370699
Test Coverage: Codecov