blueprint_system 0.1.1 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 :
after :import 'package:blueprint_system/blueprint.dart'; import 'package:blueprint_system/fixed_node/fixed_node.dart'; import 'package:blueprint_system/draggable_node/draggable_node.dart'; ...
import 'package:blueprint_system/blueprint_system.dart';