regendra_icons 1.0.1
regendra_icons: ^1.0.1 copied to clipboard
Enhance the visual appeal of your Flutter applications with Regendra Icons, a comprehensive icon package designed to simplify icon integration in your projects. This package provides a vast collection [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add regendra_iconsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
regendra_icons: ^1.0.1Alternatively, 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:regendra_icons/regendra_icons.dart';