blueprint_system 0.1.2 copy "blueprint_system: ^0.1.2" to clipboard
blueprint_system: ^0.1.2 copied to clipboard

A flutter library that creates blueprint widgets with nodes (child widgets) that may be added to them. These nodes can be moved, resized, and modified.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add blueprint_system
copied to clipboard

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

dependencies:
  blueprint_system: ^0.1.2
copied to clipboard

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:blueprint_system/blueprint_system.dart';
copied to clipboard
12
likes
120
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.29 - 2025.04.13

A flutter library that creates blueprint widgets with nodes (child widgets) that may be added to them. These nodes can be moved, resized, and modified.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, get, intl, uuid, vector_math

More

Packages that depend on blueprint_system