json_data_explorer 0.1.0 copy "json_data_explorer: ^0.1.0" to clipboard
json_data_explorer: ^0.1.0 copied to clipboard

A highly customizable widget to render and interact with JSON objects.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add json_data_explorer
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  json_data_explorer: ^0.1.0
copied to clipboard

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:json_data_explorer/json_data_explorer.dart';
copied to clipboard
26
likes
130
points
118
downloads

Publisher

verified publisherrows.com

Weekly Downloads

2024.09.24 - 2025.04.08

A highly customizable widget to render and interact with JSON objects.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, provider, scrollable_positioned_list

More

Packages that depend on json_data_explorer