widget_router 0.0.2 copy "widget_router: ^0.0.2" to clipboard
widget_router: ^0.0.2 copied to clipboard

A Dart and Flutter Package to navigate in Apps that have different Screens depending on the OS

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add widget_router

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  widget_router: ^0.0.2

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:widget_router/widget_router.dart';
0
likes
130
pub points
0%
popularity

Publisher

verified publisherjulianschumacher.dev

A Dart and Flutter Package to navigate in Apps that have different Screens depending on the OS

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

analyzer, build, build_config, build_runner, flutter, source_gen

More

Packages that depend on widget_router