nopath_url_history 0.1.2
nopath_url_history: ^0.1.2 copied to clipboard
A Flutter Web navigation library that uses browser history API without changing URLs. Supports complex JSON parameters and browser back/forward navigation.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add nopath_url_historyThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
nopath_url_history: ^0.1.2Alternatively, 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:nopath_url_history/nopath_url_history.dart';