remix_icons_flutter 4.7.0-beta.1
remix_icons_flutter: ^4.7.0-beta.1 copied to clipboard
A Remix Icon library package for Flutter applications.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add remix_icons_flutterWith Flutter:
$ flutter pub add remix_icons_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
remix_icons_flutter: ^4.7.0-beta.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:remix_icons_flutter/remixicon_ids.dart';
import 'package:remix_icons_flutter/remixicon_list.dart';