json_navigation_saver 0.2.0+1 json_navigation_saver: ^0.2.0+1 copied to clipboard
This library is a helper library for converting routes with arguments to a string.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add json_navigation_saver
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
json_navigation_saver: ^0.2.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:json_navigation_saver/json_navigation_saver.dart';