A new Flutter project.
This project is a starting point for a Flutter application. It uses an external api from https://newsapi.org/ to fetch latest news . It uses BLoC pattern for statemanagement BLoC: BLoC stands for Business Logic Components. The gist of BLoC is that everything in the app should be represented as stream of events: widgets submit events; other widgets will respond. BLoC sits in the middle, managing the conversation. Dart even comes with syntax for working with streams that is baked into the language!
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.