Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.08 KB

README.md

File metadata and controls

29 lines (15 loc) · 1.08 KB

quotes_bloc

Building a simple Loading Famous Quotes Apps using the BLoC State Management including: Cubit, Managing Route & fetch Quotes information from https://api.quotable.io/random.

📽️ Demo

Demo.Quotes.BLoC.mp4

📕 Usage

Going through it, firstly, clone this repository by:

$ git clone https://github.com/tduongtad1304/quotes_bloc.git

Then navigate to the folder by: cd quotes_bloc and type: code . (For VSCode instance)

Next, just run: flutter pub get on the Terminal and finally run this project by: flutter run

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.