/state_management_flutter_cubit

Presenting a concise demonstration of state management in action through the utilization of Cubits.

Primary LanguageDart

Cubit Examples

A project which shows how to set up a state management with cubits.

This project contains following examples:

  1. Simple cubit for one widget.
  2. Inter widget communication by using streams.