obra_icons 1.0.0
obra_icons: ^1.0.0 copied to clipboard
Obra Icons as a Flutter icon font — 1,000+ consistent UI icons usable with the native Icon() widget. MIT licensed.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add obra_iconsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
obra_icons: ^1.0.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:obra_icons/obra_icons.dart';