remix_icons_flutter 4.9.2 copy "remix_icons_flutter: ^4.9.2" to clipboard
remix_icons_flutter: ^4.9.2 copied to clipboard

A Remix Icon library package for Flutter applications.

Remix Icons Flutter #

Pub Version Pub Monthly Downloads Pub Likes Pub Points Pub Publisher

Remix Icon (remixicon.com) for Flutter. Map to Remix Icon v4.9.1.

Looking for Lucide Icons? #

Check out lucide_icons_flutter.

Example #

import 'package:remix_icons_flutter/remixicon_ids.dart';

// Use underscore for hyphenated names (e.g. 24-hours-fill -> i24HoursFill)
// Hover over the icon name in IDE to see the preview
Icon(RemixIcon.heartFill);
Icon(RemixIcon.searchLine);

For RTL (right-to-left) support, use the generated Dir variants. These icons keep the same code point and metadata, but enable matchTextDirection: true.

import 'package:remix_icons_flutter/remixicon_ids.dart';

// Icon will automatically flip in RTL layouts
Icon(RemixIcon.arrowLeftLineDir);
Icon(RemixIcon.arrowRightSFillDir);

Contributors #

vqh2602 github-actions[bot] alessandro-amos

5
likes
150
points
268
downloads
screenshot

Documentation

API reference

Publisher

verified publishervqhapp.name.vn

Weekly Downloads

A Remix Icon library package for Flutter applications.

Topics

#remix-icon #remixicon #icons #flutter-icons

License

MIT (license)

Dependencies

flutter

More

Packages that depend on remix_icons_flutter