Run the gallery app:
cd example
flutter runOr run a specific example:
flutter run -t lib/pages/basic_usage.dart| File | Description |
|---|---|
basic_usage |
Map & List data |
all_value_types |
string, number, bool, null, nested objects/arrays |
primitive_root |
Root-level primitives (string, number, bool, null) |
string_input |
Raw JSON string auto-decoded |
special_characters |
Quotes, newlines, unicode, escaping |
empty_collections |
Empty {} and [] |
deep_nesting |
10+ levels deep |
large_collection |
500 items with pagination |
custom_theme |
Dark / Monokai color schemes |
custom_layout |
fontSize, indentWidth, expandDepth |
copy_feature |
Copy node JSON to clipboard |