Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 866 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 866 Bytes

bloc_project_demo

This is a Flutter demo project learning about Bloc and Navigator 1.0

Features in project

  • Using Bloc State Managerment to create a Login Screen (Source code base on Bloc Document) image

  • App have 4 tabs (HomeScreen, ScreenA, ScreenB, ScreenC)

  • HomeScreen has Logout button. image

  • ScreenA, ScreenB, ScreenC each of them has 4 button to navigate to a different blank screen with back button. image image