Flutter project using https://newsapi.org/
Built with clean architecture and domain driven design with clear separation of Presentation, Domain and Data layers.
Note:
This project uses fvm and build_runner.Use below command for code generation
flutter packages pub run build_runner build --delete-conflicting-outputs
If using fvm use below command
fvm flutter packages pub run build_runner build --delete-conflicting-outputs