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

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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add schematics

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

dependencies:
  schematics: ^1.0.3

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:schematics/schematics.dart';
4
likes
160
points
59
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Topics

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

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on schematics