A code editing component for Dart.
TODO: Add embedding example.
A simple usage example:
import 'package:comid/comid.dart';
main() {
var editor = new CodeMirror();
}
Please file feature requests and bugs at the issue tracker.
CodeMirror in Dart borrows heavily from the work of Marijn Haverbeke on CodeMirror. It is licensed under the MIT open-source license. Please see the CodeMirror website for more information.