flutter_remixicon 2.3.1 copy "flutter_remixicon: ^2.3.1" to clipboard
flutter_remixicon: ^2.3.1 copied to clipboard

outdated

A new Flutter package project.

flutter_remixicon #

Custom Flutter Icon by remixicon.

Getting Started #

import "package:flutter_remixicon/flutter_remixicon.dart";

Icon(
  MIcon.zoomOutFill,
  size: 30,
  color: Colors.yellow
)

You can go to the official website to find the icon you want, and then use MIcon.iconName to get it; To prevent dart naming conflicts, the $ symbol is added before the icon name prefixed with a number, and then converted to a camel naming
eg: 4k-fill => $4kFill; account-box-fill => accountBoxFill;

5
likes
0
pub points
68%
popularity

Publisher

unverified uploader

A new Flutter package project.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_remixicon