/counter_provider

A Counter app in Flutter.

Primary LanguageDart

counter_provider

Counter App using Provider to manage state.

References

Widgets/Classes/Libs

Try

  • modify theme primarySwatch to custom MaterialColor of 0xFFEE5354, and hot reload to see changes.
  • add decrement FAB below increment FAB.
  • add test to verify decrement function as expected.

The final result is on final_result branch.