flutter_code_editor 0.3.3 copy "flutter_code_editor: ^0.3.3" to clipboard
flutter_code_editor: ^0.3.3 copied to clipboard

A customizable code field supporting syntax highlighting and code folding.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_code_editor
copied to clipboard

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

dependencies:
  flutter_code_editor: ^0.3.3
copied to clipboard

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:flutter_code_editor/flutter_code_editor.dart';
copied to clipboard
181
likes
150
points
5.65k
downloads

Publisher

verified publisherakvelon.com

Weekly Downloads

2024.09.13 - 2025.03.28

A customizable code field supporting syntax highlighting and code folding.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0, MIT (license)

Dependencies

autotrie, characters, charcode, collection, equatable, flutter, flutter_highlight, highlight, http, linked_scroll_controller, meta, mocktail, scrollable_positioned_list, tuple, url_launcher

More

Packages that depend on flutter_code_editor