codemirror 0.7.12+5.65.16 copy "codemirror: ^0.7.12+5.65.16" to clipboard
codemirror: ^0.7.12+5.65.16 copied to clipboard

Platformweb

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

With Flutter:

 $ flutter 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.7.12+5.65.16

Alternatively, your editor might support dart pub get or 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/codemirror.dart';
14
likes
110
pub points
83%
popularity

Publisher

verified publishergoogle.dev

A Dart wrapper around the CodeMirror text editor.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

web

More

Packages that depend on codemirror