rich_code_editor 0.2.5 copy "rich_code_editor: ^0.2.5" to clipboard
rich_code_editor: ^0.2.5 copied to clipboard

outdated

Now create your own rich code editor with syntax highlight support in Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rich_code_editor

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

dependencies:
  rich_code_editor: ^0.2.5

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:rich_code_editor/rich_code_editor.dart';
34
likes
0
pub points
22%
popularity

Publisher

unverified uploader

Now create your own rich code editor with syntax highlight support in Flutter.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on rich_code_editor