flutter_icon_park 0.0.1 copy "flutter_icon_park: ^0.0.1" to clipboard
flutter_icon_park: ^0.0.1 copied to clipboard

This is the Flutter implementation of the ByteDance IconPark icon library, a set of SVG-based icons. It supports multiple color modes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_icon_park

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

dependencies:
  flutter_icon_park: ^0.0.1

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:flutter_icon_park/flutter_icon_park.dart';
1
likes
150
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

This is the Flutter implementation of the ByteDance IconPark icon library, a set of SVG-based icons. It supports multiple color modes.

Repository (GitHub)
View/report issues

Topics

#icons #svg

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on flutter_icon_park