NirmitSawant / Flutter_Bloc

Bloc(Business Logic Components) is a better way to go about writing and maintaining the code for any software developer. So, here are some snippets and code tweaks done using Bloc technique to previously attempted codes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter_Bloc

Bloc(Business Logic Components) is a better way to maitain and traverse through code. It makes sure that we abide to development and UI seperately.

How will repo help you learn in?

This will be a collection of previously worked up code using Bloc techniques. So, you can start making your code a better place to live. Even I am dissappointed why I didnt knew this earlier. Better Late than never ;')

Where did I learn this?

Link to Reso Coder Bloc Playlist

Index

  1. Bloc_Intialize
  • So, you all may have developed Flutter Apps and started with increment app(the boilerplate intial code) before developing. In Bloc_Intialize, we implement the same functionality using Bloc Techniques! The code also includes decrementing counter. The Bloc can be made more easier using this package Block Library.

  • What did I add? I have tweaked the code make the counter stop at 0.

To learn from the repo, do follow the branches in the order as they are in the index!

About

Bloc(Business Logic Components) is a better way to go about writing and maintaining the code for any software developer. So, here are some snippets and code tweaks done using Bloc technique to previously attempted codes.


Languages

Language:Dart 73.2%Language:HTML 19.5%Language:Swift 5.2%Language:Kotlin 1.7%Language:Objective-C 0.5%