Themify icons for your Flutter apps. All of 353 icons are available to use.
First, add file_picker as a dependency in your pubspec.yaml file.
themify_flutter: ^1.0.0
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.
- 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.
For help getting started with Flutter, view our online documentation.
For help on editing plugin code, view the documentation.