/themify_flutter

Themify icon set available as Flutter icons.

Primary LanguageDartMIT LicenseMIT

pub package

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

Getting Started

For help getting started with Flutter, view our online documentation.

For help on editing plugin code, view the documentation.