elm_icons 0.1.0 copy "elm_icons: ^0.1.0" to clipboard
elm_icons: ^0.1.0 copied to clipboard

an [Element UI Icons](https://element-plus.org/zh-CN/component/icon.html) implementation in `flutter`.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add elm_icons

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

dependencies:
  elm_icons: ^0.1.0

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:elm_icons/elm_icons.dart';
0
likes
130
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

an [Element UI Icons](https://element-plus.org/zh-CN/component/icon.html) implementation in `flutter`.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on elm_icons