
Flutter programming language Icons, Logos, Symbols – Free …
Download Static and animated Flutter programming language vector icons and logos for free in PNG, SVG, GIF.
DEVICON | All programming languages and development tools related icons ...
Devicon is a set of icons representing programming languages, designing, and development tools. You can use it as a font or directly copy/paste the SVG code into your project. First select an icon on the right, then select the version below and copy/paste the code into your project. *To change the size, change the <i>'s `font-size`.
Icons class - material library - Dart API - Flutter
Use with the Icon class to show specific icons. Icons are identified by their name as listed below, e.g. Icons.airplanemode_on. Search and find the perfect icon on the Google Fonts website. To use this class, make sure you set uses-material-design: true in your project's pubspec.yaml file in the flutter section.
language constant - Icons class - material library - Dart API - Flutter
API docs for the language constant from the Icons class, for the Dart programming language.
Top Flutter Icon Pack packages for Font Awesome, Line Icons, …
Mar 23, 2025 · Top Flutter Icons packages. Last updated: March 23, 2025. You can access and use beautiful and modern icon packs such as Font Awesome, Line Icons, Fluent UI Icons and others icons in your Flutter app using the below provided list of Flutter packages.
New Free Flutter Icon Library (4,000+ Icons from Hugeicons)
Jul 25, 2024 · As a Flutter developer, finding the right icons to enhance your app’s user experience can be challenging. Today, we’re excited to introduce you to the Hugeicons Flutter package, a comprehensive icon library designed to make your development process smoother and more efficient.
Popular Icon Packs in Flutter - OnlyFlutter
Jan 29, 2025 · Discover the most popular icon packs in flutter including Flutter's default icons, third-party icon packs and even combined icon packs.
material_symbols_icons | Flutter package - Pub
Apr 11, 2025 · The Material Symbols Icon fonts are variable fonts, so it is possible to further modify (or animate!) the icons by specifying your own parameters for fill, weight, grade, and optical size when creating your icons.
flutter_icons_plus - Dart API docs - Pub
Customizable Icons for Flutter,Inspired by react-native-vector-icons. Browse all. To use this plugin, add flutter_icons_plus as a dependency in your pubspec.yaml file. Whether this IconToggle is selected. Called when the value of the IconToggle should change. import 'package:flutter/widgets.dart';
flutter_feather_icons - Dart API docs - Pub
280 General Purpose Icons for Flutter. This flutter package allows you to use all the Feather Icons made by Feather Team. Find it at pub.dartlang.org. Installation. In the dependencies: section of your pubspec.yaml, add the following line: flutter_feather_icons: ^2.0.0 Usage