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

A Flutter package for creating, editing and rendering interactive JSON-based canvas layouts with drag-and-drop support and real-time visual editing.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add jsoncanvasviewer

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

dependencies:
  jsoncanvasviewer: ^0.1.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:jsoncanvasviewer/jsoncanvasviewer.dart';
3
likes
160
points
52
downloads

Publisher

verified publisherappconty.com

Weekly Downloads

A Flutter package for creating, editing and rendering interactive JSON-based canvas layouts with drag-and-drop support and real-time visual editing.

Repository (GitHub)
View/report issues

Topics

#canvas #json #editor #drag-and-drop #design-tool

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, flutter_code_editor, google_fonts, highlight

More

Packages that depend on jsoncanvasviewer