Skip to main content
Version: 0.1.0

Getting Started

What is Blueprint System?​

A Flutter library that creates an intractable view with nodes (child widgets) that may be added to it. These nodes can be moved, resized, and modified. âš¡

Docusaurus logo

Installation​

  • run this line in your terminal:

    flutter pub add blueprint_system
  • Method 2​

    add this line to your pubspec.yaml dependencies:

    pubspec.yaml
    dependencies:
    blueprint_system: 0.1.0

    then get packages, (Alternatively, your editor might support this)

    flutter pub get

Additional information​

This package is still under development and I will do my best to make it more stable.
If you encounter any bugs, please file an issue and I will try to fix them as soon as possible.
Pull requests are always welcome! 🦄