super_editor_json 0.0.2 copy "super_editor_json: ^0.0.2" to clipboard
super_editor_json: ^0.0.2 copied to clipboard

将SuperEditor Document转换为json格式,支持自定义组件。Converts SuperEditor Document to JSON format with support for custom components.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add super_editor_json

With Flutter:

 $ flutter pub add super_editor_json

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

dependencies:
  super_editor_json: ^0.0.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:super_editor_json/super_editor_json.dart';
6
likes
0
pub points
24%
popularity

Publisher

unverified uploader

将SuperEditor Document转换为json格式,支持自定义组件。Converts SuperEditor Document to JSON format with support for custom components.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, super_editor

More

Packages that depend on super_editor_json