dx_shell 1.0.11 dx_shell: ^1.0.11 copied to clipboard
A Flutter package that facilitates easy and efficient navigation between pages on Flutter web, while also updating the URL and fixing any incorrect or mistyped search bar entries.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dx_shell
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
dx_shell: ^1.0.11
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:dx_shell/dx_shell.dart';