split_icon 0.3.1+1 copy "split_icon: ^0.3.1+1" to clipboard
split_icon: ^0.3.1+1 copied to clipboard

A command package that dynamically loads the flutter-icons font file

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate split_icon

Use it

The package has the following executables:

$ split_icon

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add split_icon

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

dependencies:
  split_icon: ^0.3.1+1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:split_icon/split_icon.dart';
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A command package that dynamically loads the flutter-icons font file

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

io, path, yaml

More

Packages that depend on split_icon