dx_shell 1.0.11 copy "dx_shell: ^1.0.11" to clipboard
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';
3
likes
140
pub points
72%
popularity

Publisher

verified publishertaars.site

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

autocorrect_and_autocomplete_engine, flutter, provider

More

Packages that depend on dx_shell