Skip to content

Snoy-Kuo/counter_riverpod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

counter_riverpod

Counter App using Riverpod to manage state.

References

Packages

Dev env

  • Windows 10.0.19041.928 x64
  • Flutter 2.0.5
  • Dart 2.12.3
  • Android Studio 4.1.3
  • Dart Plugin 201.9380
  • Flutter Plugin 55.1.1
  • Android SDK version 30.0.3

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 (not finished yet).