regendra_icons

Last updated:

0 purchases

regendra_icons Image
regendra_icons Images
Add to Cart

Description:

regendra icons

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


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


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,
);
}
}

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.