Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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 通用)