https://github.com/rxreader/lifecycle_kit
flutter lifecycle_kit
https://github.com/rxreader/lifecycle_kit
flutter lifecycle route
Last synced: over 1 year ago
JSON representation
flutter lifecycle_kit
- Host: GitHub
- URL: https://github.com/rxreader/lifecycle_kit
- Owner: RxReader
- License: apache-2.0
- Created: 2019-06-06T04:26:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T10:19:16.000Z (almost 4 years ago)
- Last Synced: 2023-08-20T22:30:23.380Z (almost 3 years ago)
- Topics: flutter, lifecycle, route
- Language: Dart
- Homepage:
- Size: 288 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# lifecycle_kit
> 经历了好几个 Flutter 版本更新后深有体会,这项目还是放到工程项目里的 packages 文件夹下本地应用会比较好 ...
> 方便随 Flutter 版本更新而更新 ...
[](https://pub.dev/packages/lifecycle_kit)
[](https://github.com/RxReader/lifecycle_kit/blob/master/LICENSE)
A powerful package for Flutter.
## flutter
* snapshot
```
dependencies:
lifecycle_kit:
git:
url: https://github.com/RxReader/lifecycle_kit.git
```
* release
```
dependencies:
lifecycle_kit: ^${latestTag}
```
* demo
```shell
cd example/
flutter pub run build_runner clean
flutter pub run build_runner build --delete-conflicting-outputs
```