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

The schematics package is a Flutter package for drawing 2D diagrams, maps, and floor plans with customizable blocks, entrances, and openings, supporting interactive schematic diagrams.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add schematics

With Flutter:

 $ flutter pub add schematics

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

dependencies:
  schematics: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:schematics/schematics.dart';
4
likes
0
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

The schematics package is a Flutter package for drawing 2D diagrams, maps, and floor plans with customizable blocks, entrances, and openings, supporting interactive schematic diagrams.

Repository (GitHub)
View/report issues

Topics

#schematics #diagrams #drawing #maps #floor-plan

License

unknown (license)

Dependencies

flutter

More

Packages that depend on schematics