habbit
habbit copied to clipboard
an ultra simple habit tracker powered by flutter
Habbit
Habbit 是一个完全基于 Flutter 的习惯跟踪 App,已经在 AppStore 和 Google Play 上架。
Key Points
-
StreamBuilder
和RxDart
的使用。 -
Bloc
和BlocProvider
的使用。 -
built_value
和built_collection
的使用。 -
GridView
的使用。 -
Router
和Navigator
的使用。 - 使用 Env 提供全局注入点。
- 使用
SafeArea
来计算剩余可用空间。 - App 生命周期的监听 (比如从后台回到前台, iOS / Android 通用)