string_2_icon 0.0.2 copy "string_2_icon: ^0.0.2" to clipboard
string_2_icon: ^0.0.2 copied to clipboard

A Flutter package to generate IconData from a string. Currently only working with Material Design Icons

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add string_2_icon

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  string_2_icon: ^0.0.2

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:string_2_icon/string_2_icon.dart';
4
likes
130
pub points
84%
popularity

Publisher

verified publisherajomuch92.site

A Flutter package to generate IconData from a string. Currently only working with Material Design Icons

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, material_design_icons_flutter

More

Packages that depend on string_2_icon