j_navigation 1.0.1 copy "j_navigation: ^1.0.1" to clipboard
j_navigation: ^1.0.1 copied to clipboard

A production-proven, action-based navigation system for Flutter — context-free controller, pure stack-transform actions, tabbed shell, bring-your-own analytics. No codegen.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add j_navigation

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

dependencies:
  j_navigation: ^1.0.1

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:j_navigation/navigation.dart';
import 'package:j_navigation/test_exports.dart';
1
likes
160
points
174
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A production-proven, action-based navigation system for Flutter — context-free controller, pure stack-transform actions, tabbed shell, bring-your-own analytics. No codegen.

Repository (GitHub)
View/report issues
Contributing

Topics

#navigation #router #flutter #tabs #architecture

License

MIT (license)

Dependencies

flutter, meta

More

Packages that depend on j_navigation