Skip to content

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

Notifications You must be signed in to change notification settings

titoworlddev/flutter_state_bloc

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published