pluto_code_editor 0.1.1 copy "pluto_code_editor: ^0.1.1" to clipboard
pluto_code_editor: ^0.1.1 copied to clipboard

A complete code editor with line number, syntax highlighting and an output window. It is made for python programming, specifically for bonicPython which runs inside Pluto (a modular robotic kit).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pluto_code_editor

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

dependencies:
  pluto_code_editor: ^0.1.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:pluto_code_editor/pluto_code_editor.dart';
15
likes
100
pub points
52%
popularity

Publisher

verified publisherautobonics.com

A complete code editor with line number, syntax highlighting and an output window. It is made for python programming, specifically for bonicPython which runs inside Pluto (a modular robotic kit).

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, flutter_highlight, highlight

More

Packages that depend on pluto_code_editor