eyf_route 0.0.5 eyf_route: ^0.0.5 copied to clipboard
flutter route
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add eyf_route
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
eyf_route: ^0.0.5
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:eyf_route/channel_manager.dart';
import 'package:eyf_route/cloud_route_observer.dart';
import 'package:eyf_route/enums/route_event.dart';
import 'package:eyf_route/flutter_route.dart';
import 'package:eyf_route/navigator_manager.dart';
import 'package:eyf_route/route_uri_parse.dart';
import 'package:eyf_route/route_utils.dart';