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

Router Module for Web and Mobile Navigation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add xapptor_router

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

dependencies:
  xapptor_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:xapptor_router/app.dart';
import 'package:xapptor_router/app_screen.dart';
import 'package:xapptor_router/app_screen_route_information_parser.dart';
import 'package:xapptor_router/app_screen_route_path.dart';
import 'package:xapptor_router/app_screen_router_delegate.dart';
import 'package:xapptor_router/app_screens.dart';
import 'package:xapptor_router/initial_values_routing.dart';
1
likes
80
pub points
0%
popularity

Publisher

verified publisherxapptor.com

Router Module for Web and Mobile Navigation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

firebase_analytics, flutter

More

Packages that depend on xapptor_router