tree_navigator 1.0.0 copy "tree_navigator: ^1.0.0" to clipboard
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';
3
likes
140
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful Flutter library for navigating and managing complex JSON tree data structures with support for conditional logic, script engine, and multiple navigation strategies.

Repository (GitHub)
View/report issues

Topics

#json #flutter #dart

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on tree_navigator