electric_shapes 1.0.11
electric_shapes: ^1.0.11 copied to clipboard
Flutter package with electric network icons and technical symbols for diagrams and utility apps.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add electric_shapesThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
electric_shapes: ^1.0.11Alternatively, 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_shapes/electric_shapes.dart';