themify_flutter 1.0.0
themify_flutter: ^1.0.0 copied to clipboard
Themify icon set available as Flutter icons.
themify_flutter #
Themify icons for your Flutter apps. All of 353 icons are available to use.
Installation #
First, add file_picker as a dependency in your pubspec.yaml file.
themify_flutter: ^1.0.0
Usage #
Just as any other package, first import it:
import 'package:themify_flutter/themify_flutter.dart';
and then you are all set and ready to use the Icon. For example
Icon(Themify.agenda)
You can check the full list of the available icons with its names at the official site.
LICENSE #
- All icons used to generate this package were downloaded from Themify.me.
- Themify Icons font licensed under: http://scripts.sil.org/OFL
- Code licensed under: http://opensource.org/licenses/mit-license.html
- All brand icons are copyright/trademarks of their respective owners.
Getting Started #
For help getting started with Flutter, view our online documentation.
For help on editing plugin code, view the documentation.