flutter_monaco 0.1.0 copy "flutter_monaco: ^0.1.0" to clipboard
flutter_monaco: ^0.1.0 copied to clipboard

Integrate Monaco Editor (VS Code's editor) in Flutter apps. Features 100+ languages, syntax highlighting, themes, and full API.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_monaco

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

dependencies:
  flutter_monaco: ^0.1.0

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/flutter_monaco.dart';
15
likes
160
points
247
downloads

Publisher

verified publishertomars.tech

Weekly Downloads

Integrate Monaco Editor (VS Code's editor) in Flutter apps. Features 100+ languages, syntax highlighting, themes, and full API.

Repository (GitHub)
View/report issues

Topics

#vscode #monaco #editor #markdown #ide

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

dart_helper_utils, flutter, freezed, freezed_annotation, path, path_provider, webview_flutter, webview_windows

More

Packages that depend on flutter_monaco