lemsa_nav_kit 1.0.1
lemsa_nav_kit: ^1.0.1 copied to clipboard
PageNavigator over auto_route, session guards, and a deep-link table for Lemsa Flutter apps.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add lemsa_nav_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
lemsa_nav_kit: ^1.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:lemsa_nav_kit/lemsa_nav_kit.dart';