hhlifecycle_flutter 0.0.2
hhlifecycle_flutter: ^0.0.2 copied to clipboard
模仿原生的生命周期.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add hhlifecycle_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
hhlifecycle_flutter: ^0.0.2Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:hhlifecycle_flutter/life_state_interface.dart';
import 'package:hhlifecycle_flutter/lifecycle_base_state.dart';
import 'package:hhlifecycle_flutter/page_stack.dart';