flutter_monaco_editor 0.5.1 copy "flutter_monaco_editor: ^0.5.1" to clipboard
flutter_monaco_editor: ^0.5.1 copied to clipboard

A complete Flutter wrapper for Monaco Editor (VS Code's editor) with full API parity across Web, Android, iOS, macOS, Linux, and Windows.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_monaco_editor

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

dependencies:
  flutter_monaco_editor: ^0.5.1

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

Import it

Now in your Dart code, you can use:

import 'package:flutter_monaco_editor/flutter_monaco_editor.dart';
0
likes
160
points
33
downloads

Documentation

API reference

Publisher

verified publisheroutr.com

Weekly Downloads

A complete Flutter wrapper for Monaco Editor (VS Code's editor) with full API parity across Web, Android, iOS, macOS, Linux, and Windows.

Repository (GitHub)
View/report issues
Contributing

Topics

#editor #monaco #code-editor #ide

License

MIT (license)

Dependencies

flutter, web, webview_all

More

Packages that depend on flutter_monaco_editor