Skip to content

devoncarew/ace.dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ace.dart

Dart language bindings for the Ace code editor.

Build Status Pub | API | Demo

Ace.dart uses the MIT license as described in the LICENSE file, and follows semantic versioning.

Ace.js

This package maintains a copy of the latest ace-builds src-min-noconflict governed by its own LICENSE.

The ace-builds occur approximately once per month, and the version currently in use by this package is maintained in the version string metadata. For example, in ace.dart version 0.0.4+9.11.2013 we provide a copy of ace-builds version 9.11.2013.

You may choose to use a different version of ace.js in your html without requiring any change to this package:

<script type="text/javascript" charset="utf-8" src="path/to/your/ace.js">
</script>

As long as the version of ace.js you use is compatible, the Dart wrapper code should continue to function.

About

Dart bindings for Ace.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages