flutter_blockly 1.6.0 copy "flutter_blockly: ^1.6.0" to clipboard
flutter_blockly: ^1.6.0 copied to clipboard

A Flutter Blockly visual programming editor. The Blockly library adds an editor to your app that represents coding concepts as interlocking blocks.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_blockly

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

dependencies:
  flutter_blockly: ^1.6.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_blockly/flutter_blockly.dart';
7
likes
160
points
115
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter Blockly visual programming editor. The Blockly library adds an editor to your app that represents coding concepts as interlocking blocks.

Repository (GitHub)
View/report issues

Topics

#blockly #flutter-blockly

Documentation

API reference

License

MIT (license)

Dependencies

flutter, web, webview_flutter

More

Packages that depend on flutter_blockly