floor_plan_creator 1.0.0 copy "floor_plan_creator: ^1.0.0" to clipboard
floor_plan_creator: ^1.0.0 copied to clipboard

A Flutter package for creating and editing floor plan blueprints with rooms, doors, and SVG export/import capabilities.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add floor_plan_creator

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

dependencies:
  floor_plan_creator: ^1.0.0

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:floor_plan_creator/floor_plan_creator.dart';
0
likes
100
points
32
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package for creating and editing floor plan blueprints with rooms, doors, and SVG export/import capabilities.

License

MIT (license)

Dependencies

file_picker, flutter, vector_math, xml

More

Packages that depend on floor_plan_creator