tree_navigator 1.0.0
tree_navigator: ^1.0.0 copied to clipboard
A powerful Flutter library for navigating and managing complex JSON tree data structures with support for conditional logic, script engine, and multiple navigation strategies.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tree_navigator
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
tree_navigator: ^1.0.0
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:tree_navigator/tree_navigator.dart';