boxicons 2.1.3
boxicons: ^2.1.3 copied to clipboard
One of the most beautiful high-quality icon libraries that contain 1500+ icons and this Plugin to facilitate the use of the Boxicons library in Flutter.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add boxicons
copied to clipboard
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
boxicons: ^2.1.3
copied to clipboard
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:boxicons/boxicons.dart';
copied to clipboard