remix_flutter

Last updated:

0 purchases

remix_flutter Image
remix_flutter Images
Add to Cart

Description:

remix flutter

remix_flutter #

Discover the full spectrum of Remix Icons, now conveniently packaged as Flutter Icons, offering you unparalleled access to an extensive repertoire of captivating visuals.
Identifiers for the supported Remix Icon
Usage #
Add dependency #
Add remix_flutter to your pubspec.yaml dependencies.
Import it #
import 'package:remix_flutter/remix_flutter.dart';
copied to clipboard
Use it #
To retrieve icons, you can use the RemixIcon class with static properties:
Icon(
RemixIcon.flutter_line,
);
copied to clipboard
Alternatively, you can use the static method by specifying the icon name:
Icon(
RemixIcon.getIcon('flutter_fill'),
)
copied to clipboard
If the icon name starts with a number, you need to prefix it with i_:
Icon(
RemixIcon.i_24_hours_line,
)
copied to clipboard

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.