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';
    ...
    
    after :
    import 'package:blueprint_system/blueprint_system.dart';
    
11
likes
140
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

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)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, get, intl, uuid, vector_math

More

Packages that depend on blueprint_system