codemirror_flutter 0.1.1 copy "codemirror_flutter: ^0.1.1" to clipboard
codemirror_flutter: ^0.1.1 copied to clipboard

A native Dart/Flutter port of CodeMirror 6 - a high-performance code editor with syntax highlighting, autocomplete, and language support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add codemirror_flutter

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

dependencies:
  codemirror_flutter: ^0.1.1

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:codemirror_flutter/codemirror_flutter.dart';
0
likes
130
points
74
downloads

Publisher

unverified uploader

Weekly Downloads

A native Dart/Flutter port of CodeMirror 6 - a high-performance code editor with syntax highlighting, autocomplete, and language support.

Repository (GitHub)
View/report issues

Topics

#code-editor #syntax-highlighting #codemirror #text-editor

Documentation

API reference

License

MIT (license)

Dependencies

characters, flutter, flutter_markdown, follow_the_leader, lezer, meta

More

Packages that depend on codemirror_flutter