flexicon 0.8.0
flexicon: ^0.8.0 copied to clipboard
Flex Icon from Streamlinehq
Flexicon #
A Flutter package providing beautiful icons from Streamline's Flex collection.
Showcases #
About #
Flexicon is a Flutter package that provides access to the Flex icon collection from Streamline HQ. This package includes a comprehensive set of high-quality, pixel-perfect icons designed for modern applications.
Features #
- π¨ High-quality vector icons from Streamline's Flex collection
- π± Optimized for Flutter applications
- π Easy to use with familiar Flutter IconData format
- π¦ Lightweight package with custom font integration
- π― Pixel-perfect icons for crisp display at any size
Installation #
Add flexicon
to your pubspec.yaml
file:
dependencies:
flexicon: ^0.1.0
Then run:
flutter pub get
Usage #
Import the package in your Dart file:
import 'package:flexicon/flexicon.dart';
Use the icons just like any other Flutter icons:
Icon(
FlexIcon.remix.heart,
size: 24.0,
color: Colors.red,
)
Available Icons #
The package includes a comprehensive collection of icons covering various categories:
- Business & Office:
workspaceDesk
,officeBuilding1
,groupMeetingApproval
- Education:
school
,graduationCap
,bookReading
,dictionaryLanguageBook
- Technology:
scanner
,faceScan1
,voiceScan2
,fingerprint1
- UI Elements:
heart
,star
,bookmark
,tag
,shield1
- Actions:
download
,upload
,copy
,delete
,edit
- Navigation:
home2
,login1
,logout1
,arrowCursor*
- Media:
brightness
,colorPicker
,magicWand
,paintbrush
And many more! Check the full icon list for all available icons.
Contributing #
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
License #
This project is licensed under the MIT License - see the LICENSE file for details.
Credits #
Icons are from Streamline HQ's Flex collection. Please ensure you have the appropriate license from Streamline HQ for commercial use.
Support #
If you encounter any issues or have questions, please file an issue on the GitHub repository.
Made with β€οΈ for the Flutter community