blueprint_system 0.1.1 copy "blueprint_system: ^0.1.1" to clipboard
blueprint_system: ^0.1.1 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.

0.1.1 #

  • Added the 'blueprint_system.dart' file, which exports all the important files and can be imported to access all of the required files without having to import them individually. before :
    import 'package:blueprint_system/blueprint.dart';
    import 'package:blueprint_system/fixed_node/fixed_node.dart';
    import 'package:blueprint_system/draggable_node/draggable_node.dart';
    ...
    
    copied to clipboard
    after :
    import 'package:blueprint_system/blueprint_system.dart';
    
    copied to clipboard
12
likes
140
points
48
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.17 - 2025.04.01

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