Check out the flutter web demo here: http://solid-throne.surge.sh/#/
dependencies:
jseen:
import 'package:jseen/jseen_tree.dart';
JSeenTree(
json: '{"name":"Bob"}'
)
JSeenTree(
json: '{"name":"Bob"}',
indent: 20,
errorWidget: Text('ERROR!!!'),
theme: JSeenTheme(
keyStyle: TextStyle(color: Colors.purple.shade200),
stringStyle: TextStyle(color: Colors.yellow),
),
)