appflowy_code_block 1.0.1 copy "appflowy_code_block: ^1.0.1" to clipboard
appflowy_code_block: ^1.0.1 copied to clipboard

unlisted

CodeBlock Component that provides a rich code block using AppFlowy Editor.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add appflowy_code_block

With Flutter:

 $ flutter pub add appflowy_code_block

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

dependencies:
  appflowy_code_block: ^1.0.1

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:appflowy_code_block/appflowy_code_block.dart';
4
likes
0
pub points
9%
popularity

Publisher

unverified uploader

CodeBlock Component that provides a rich code block using AppFlowy Editor.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

appflowy_editor, collection, file_picker, flutter, flutter_localizations, highlight, intl, intl_utils, markdown, path, rich_clipboard

More

Packages that depend on appflowy_code_block