r_icon_pro 0.0.1 r_icon_pro: ^0.0.1 copied to clipboard
A flutter rounded icon pack with 500+ icons
r_icon_pro #
A Flutter package offering 500+ rounded icons with a sleek and modern design. Perfect for apps that need a clean and minimalistic icon set with a rounded style.
Features #
- 500+ icons: A large collection of icons for various app use cases.
- Rounded style: Every icon is designed with smooth, rounded corners.
- Easy to use: Simple integration into any Flutter project.
- Custom Font: The icons are packaged as a custom font, making them easily scalable and efficient to use.
Installation #
Add the r_icon_pro
package to your pubspec.yaml
file:
dependencies:
r_icon_pro: ^0.0.1
Usage/Examples #
use it like you have used your flutter material icons..
import 'package:r_icon_pro/r_icon_pro.dart';
const Icon(RIcon.Add_Circle , color: Colors.blueAccent,);
const Icon(RIcon.Alarm_Play , size: 30,);
const Icon(RIcon.Balloon);