simple_icons 5.19.0 simple_icons: ^5.19.0 copied to clipboard
The Simple Icon pack available as Flutter Icons. Provides over 1500 Free SVG icons for popular brands.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add simple_icons
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
simple_icons: ^5.19.0
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:simple_icons/simple_icons.dart';