flutter_router_forzzh 0.0.1
flutter_router_forzzh: ^0.0.1 copied to clipboard
flutter_router_forzzh.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_router_forzzh
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_router_forzzh: ^0.0.1
Alternatively, 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:flutter_router_forzzh/interfaces/lifecycle.dart';
import 'package:flutter_router_forzzh/interfaces/page_lifecycle.dart';
import 'package:flutter_router_forzzh/interfaces/stateful_lifecycle.dart';
import 'package:flutter_router_forzzh/interfaces/tabpage_observe.dart';
import 'package:flutter_router_forzzh/router/custom_parser.dart';
import 'package:flutter_router_forzzh/router/route_parser.dart';
import 'package:flutter_router_forzzh/router/router_proxy.dart';
import 'package:flutter_router_forzzh/router_lib.dart';