Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/limboy/habbit
an ultra simple habit tracker powered by flutter
https://github.com/limboy/habbit
dart flutter flutter-apps
Last synced: about 22 hours ago
JSON representation
an ultra simple habit tracker powered by flutter
- Host: GitHub
- URL: https://github.com/limboy/habbit
- Owner: limboy
- License: mit
- Created: 2019-01-23T06:58:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T01:10:43.000Z (almost 6 years ago)
- Last Synced: 2024-05-23T03:13:50.995Z (6 months ago)
- Topics: dart, flutter, flutter-apps
- Language: Dart
- Size: 289 KB
- Stars: 141
- Watchers: 2
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-source-flutter-apps - Habbit - Habbit is an ultra simple habit tracker that just works by [Li Zhong](https://github.com/lzyy/habbit). (Uncategorized / Uncategorized)
README
# Habbit
Habbit 是一个完全基于 Flutter 的习惯跟踪 App,已经在 [AppStore](https://itunes.apple.com/cn/app/apple-store/id1448032376) 和 [Google Play](https://play.google.com/store/apps/details?id=me.limboy.habbit) 上架。
![](https://raw.githubusercontent.com/lzyy/habbit/master/screenshot.png)
# Key Points
- `StreamBuilder` 和 `RxDart` 的使用。
- `Bloc` 和 `BlocProvider` 的使用。
- `built_value` 和 `built_collection` 的使用。
- `GridView` 的使用。
- `Router` 和 `Navigator` 的使用。
- 使用 Env 提供全局注入点。
- 使用 `SafeArea` 来计算剩余可用空间。
- App 生命周期的监听 (比如从后台回到前台, iOS / Android 通用)