remixicon

Creator: coderz1093

Last updated:

Add to Cart

Description:

remixicon

Remix Icon For Flutter #
Simply Delightful Icon System and Easy to use in flutter, Remix. v4.2.0
Remix Icon is a set of open-source neutral-style system symbols for designers and developers. Unlike a patchwork icon library, 2800+ icons are all elaborately crafted so that they are born with the genes of readability, consistency, and perfect pixels. Each icon was designed in "Outlined" and "Filled" styles based on a 24x24 grid. Of course, all the icons are free for both personal and commercial use.

View the full set of Remix Icons at remixicon.com.
Instalation #
In the dependencies: section of your pubspec.yaml, add the following line:
remixicon: ^1.2.0
copied to clipboard
Usage #
You can use it very easily. For example:
Icon(Remix.home_3_line)
copied to clipboard
import 'package:flutter/material.dart';
import 'package:remixicon/remixicon.dart';

class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return IconButton(
// Use Boxicons
icon: Icon(Remix.home_3_line),
onPressed: () {
print('its done');
}
);
}
}
copied to clipboard
License #
MIT

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.