programming_blocks 0.0.1 copy "programming_blocks: ^0.0.1" to clipboard
programming_blocks: ^0.0.1 copied to clipboard

With this package you can implement your programming environment with graphic blocks with pure dart in flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add programming_blocks

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

dependencies:
  programming_blocks: ^0.0.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:programming_blocks/programming_blocks.dart';
10
likes
125
points
27
downloads

Publisher

verified publishernairda.com.mx

Weekly Downloads

With this package you can implement your programming environment with graphic blocks with pure dart in flutter.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

async, audioplayers, collection, equatable, flutter, zoom_widget

More

Packages that depend on programming_blocks