string_2_icon 0.0.1 copy "string_2_icon: ^0.0.1" to clipboard
string_2_icon: ^0.0.1 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 Dart:

 $ dart pub add string_2_icon

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 dart pub get):

dependencies:
  string_2_icon: ^0.0.1

Alternatively, your editor might support dart pub get or 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
0
pub points
83%
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

License

unknown (LICENSE)

Dependencies

flutter, material_design_icons_flutter

More

Packages that depend on string_2_icon