regendra_icons 1.0.1 copy "regendra_icons: ^1.0.1" to clipboard
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 [...]

Regendra Icons package lets you add a beautiful icon to your Flutter app.

Installation #

  1. Add the latest version of package to your pubspec.yaml (and run 'dart pub get') yaml dependancies: regendra_icons: ^1.0.0

  2. Import the package and use it in your Flutter app. import "package:regendra_icons/regendra_icons.dart";


class MyExampleWidget extends StatelessWidget { @override Widget build(BuildContext context) { return RegendraIcons( RegendraIcons.home, color: Colors.red, size: 30, strokeWidth: 1.5, ); } }
3
likes
130
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

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 of customizable, high-quality icons that seamlessly integrate with Flutter applications, making it easy for developers to add visually stunning elements to their UI.

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on regendra_icons