muhammadshoaib06 / flutter_bloc_cubit

State Management Flutter. Flutter BloC Cubit with Repository Pattern example. The Cubit is a subset of the famous implementation of BLoC Pattern

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter BloC Cubit Repository Pattern:

The Cubit is a subset of the famous implementation of BLoC Pattern: bloclibrary.dev, it abandons the concept of Events and simplifies the way of emitting states.

What’s a Cubit?

It’s a class that stores an observable state, the observation is powered by Streams but in such a friendly way that it is not necessary to know reactive programming Use super() to override the initial state.

About

State Management Flutter. Flutter BloC Cubit with Repository Pattern example. The Cubit is a subset of the famous implementation of BLoC Pattern


Languages

Language:Dart 77.1%Language:Ruby 16.1%Language:Swift 4.8%Language:Kotlin 1.5%Language:Objective-C 0.5%