Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 522 Bytes

File metadata and controls

22 lines (14 loc) · 522 Bytes

Complete Example

This project includes Bloc, Mobx, unit testing, widget testing and Integration testing.

Getting Started

  • Bloc cubit is example of Simple counter program.
    Location: lib/bloc_cubit

  • Bloc form is example of Login Screen.
    Location: lib/bloc_form
    Location: lib/login

  • There is two shopping cart page
    Mobx Location: lib/mobx Bloc
    Location: lib/dashboard

  • Bloc stream examples
    Location: lib/bloc_stream
    Location: lib/connectivity