electric_digital_sketch 1.0.3
electric_digital_sketch: ^1.0.3 copied to clipboard
Offline-first Flutter package for drawing, annotating and exporting electrical network sketches.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add electric_digital_sketchThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
electric_digital_sketch: ^1.0.3Alternatively, 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:electric_digital_sketch/electric_digital_sketch.dart';