Last updated:
0 purchases
jseen
Display JSON objects in a beautiful customizable flutter tree widget. #
Check out the flutter web demo here: http://solid-throne.surge.sh/#/
Usage #
Add dependency to pubspec.yaml #
dependencies:
jseen:
copied to clipboard
Import package #
import 'package:jseen/jseen_tree.dart';
copied to clipboard
Use Widget #
JSeenTree(
json: '{"name":"Bob"}'
)
copied to clipboard
Customize #
JSeenTree(
json: '{"name":"Bob"}',
indent: 20,
errorWidget: Text('ERROR!!!'),
theme: JSeenTheme(
keyStyle: TextStyle(color: Colors.purple.shade200),
stringStyle: TextStyle(color: Colors.yellow),
),
)
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.