ultimate_flutter_icons

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

ultimate flutter icons

This package allows you to use a list of icons from a lot of different sources.
The package is created from the React project: react-icons - For more info, check their Github page.
If you would like a list of the icons, and a way to search through them, check out react-icon's icon website here.
Getting started #
You can install the latest version using pub add.
flutter pub add ultimate_flutter_icons
copied to clipboard
You can then import the package like so:
import 'package:ultimate_flutter_icons/flutter_icons.dart';
copied to clipboard
Usage #
To add an icon to your app, you simply need to import the package and the specify which icon you want to use:
import 'package:flutter/material.dart';
import 'package:ultimate_flutter_icons/flutter_icons.dart';

class IconTest extends StatelessWidget {

const IconTest({super.key});

@override
Widget build(Object context) {
return Scaffold(
body: Center(
child: AI.AiFillAccountBook()
),
backgroundColor: Colors.white,
);
}
}
copied to clipboard
Properties #
You can also change the following properties
[double] size #
Changes the size of the icon. Technically it sets the width and height of the icon.
It defaults to 16.
Example:
AI.AiFillAccountBook(size: 32)
copied to clipboard
This will make the icons dimensions 32x32.
[Color] color #
Changes the color of the icon.
It defaults to Colors.black
Example:
AI.AiFillAccountBook(color: Color(0xFFFF00FF))
copied to clipboard
This will make the icons color to #FF00FF (purple) and no alpha.
Additional information #
The following are the icon-sources used in this project - If using the icons, please check out the icon-sources licenses:



Icon Library
License
Version
Count




Circum Icons
MPL-2.0 license
1.0.0
288


Font Awesome 5
CC BY 4.0 License
5.15.4-3-gafecf2a
1612


Font Awesome 6
CC BY 4.0 License
6.4.2
2025


Ionicons 4
MIT
4.6.3
696


Ionicons 5
MIT
5.5.4
1332


Material Design icons
Apache License Version 2.0
4.0.0-90-g1ea21d5429
4341


Typicons
CC BY-SA 3.0
2.1.2
336


Github Octicons icons
MIT
18.3.0
264


Feather
MIT
4.29.1
287


Lucide
ISC
v4.11.0-15-g7493227d
1215


Game Icons
CC BY 3.0
12920d6565588f0512542a3cb0cdfd36a497f910
4040


Weather Icons
SIL OFL 1.1
2.0.12
219


Devicons
MIT
1.8.0
192


Ant Design Icons
MIT
4.3.1
789


Bootstrap Icons
MIT
1.11.1
2716


Remix Icon
Apache License Version 2.0
3.5.0
2537


Flat Color Icons
MIT
1.0.2
329


Grommet-Icons
Apache License Version 2.0
4.11.0
635


Heroicons
MIT
1.0.6
460


Heroicons 2
MIT
2.0.18
876


Simple Icons
CC0 1.0 Universal
9.20.0
2753


Simple Line Icons
MIT
2.5.5
189


IcoMoon Free
CC BY 4.0 License
d006795ede82361e1bac1ee76f215cf1dc51e4ca
491


BoxIcons
CC BY 4.0 License
2.1.4
1634


css.gg
MIT
2.1.1
704


VS Code Icons
CC BY 4.0
0.0.35
439


Tabler Icons
MIT
2.40.0
4836


Themify Icons
MIT
v0.1.2-2-g9600186
352


Radix Icons
MIT
@radix-ui/react-icons@1.3.0-1-g94b3fcf
318


Phosphor Icons
MIT
2.0.2
7488


Icons8 Line Awesome
MIT
1.3.1
1544

License

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

Files:

Customer Reviews

There are no reviews.