titoworlddev / flutter_state_bloc

This is a project oriented to the practice and demonstration of the use of pattern bloc with flutter and dart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter state BLoC

This is a project oriented to the practice and demonstration of the use of pattern bloc with flutter and dart. Simulates an application that adds a new user and updates its values.

It is done by using the flutter_bloc package from pub.dev which makes use of the bloc package in its dependencies.

The app does things like:

  • Generate a new state
  • Update that state (without mutating it)
  • Add a new user
  • Change username
  • Change user age
  • Add professions to the user
Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot

About

This is a project oriented to the practice and demonstration of the use of pattern bloc with flutter and dart


Languages

Language:C++ 37.8%Language:CMake 33.8%Language:Dart 20.1%Language:HTML 3.3%Language:C 2.6%Language:Swift 2.1%Language:Kotlin 0.2%Language:Objective-C 0.1%