codemirror 0.1.5+4.11.0 copy "codemirror: ^0.1.5+4.11.0" to clipboard
codemirror: ^0.1.5+4.11.0 copied to clipboard

outdatedDart 1 only

A Dart wrapper around the CodeMirror text editor.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add codemirror

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

dependencies:
  codemirror: ^0.1.5+4.11.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:codemirror/codemirror.dart';
15
likes
0
pub points
83%
popularity

Publisher

verified publishergoogle.dev

A Dart wrapper around the CodeMirror text editor.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on codemirror