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