topology_view_icons 1.3.0
topology_view_icons: ^1.3.0 copied to clipboard
Canvas-drawn network topology device icons for Flutter. 10 device types (switch, host, DPU, router, firewall, server, cloud, etc.) in flat and hardware styles with normal/error states. No SVG dependencies.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add topology_view_iconsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
topology_view_icons: ^1.3.0Alternatively, 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:topology_view_icons/topology_view_icons.dart';