Skip to content

It uses an external api from https://newsapi.org/ to fetch latest news . It uses BLoC pattern for statemanagement

Notifications You must be signed in to change notification settings

skullcandy69/News-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kal_tak_news

A new Flutter project.

Getting Started

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.

About

It uses an external api from https://newsapi.org/ to fetch latest news . It uses BLoC pattern for statemanagement

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published