8000 GitHub - google/comid: CodeMirror in Dart
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jul 27, 2022. It is now read-only.

google/comid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

CodeMirror In Dart (comid)

A code editing component for Dart.

Usage

TODO: Add embedding example.

A simple usage example:

import 'package:comid/comid.dart';

main() {
  var editor = new CodeMirror();
}

Features and bugs

Please file feature requests and bugs at the issue tracker.

Credits

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.

About

CodeMirror in Dart

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0