re_code_editor 0.1.0
re_code_editor: ^0.1.0 copied to clipboard
Re-Code-Editor is a powerful, lightweight text and code editor control based on Re-Editor, with added AI completion functionality.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add re_code_editor
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
re_code_editor: ^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:re_code_editor/re_code_editor.dart';