remix_flutter 0.4.2+1 copy "remix_flutter: ^0.4.2+1" to clipboard
remix_flutter: ^0.4.2+1 copied to clipboard

Discover the full spectrum of Remix Icons, now conveniently packaged as Flutter Icons.

remix_flutter #

Coverage Status Pub Version

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';

Use it #

To retrieve icons, you can use the RemixIcon class with static properties:

Icon(
  RemixIcon.flutter_line,
);

Alternatively, you can use the static method by specifying the icon name:

Icon(
  RemixIcon.getIcon('flutter_fill'),
)

If the icon name starts with a number, you need to prefix it with i_:

Icon(
  RemixIcon.i_24_hours_line,
)
4
likes
140
pub points
56%
popularity

Publisher

verified publisherlightbit.dev

Discover the full spectrum of Remix Icons, now conveniently packaged as Flutter Icons.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on remix_flutter