How can I make the microphone icon like this? how can i get started <a href="https://i.stack.imgur.com/bAsf9.png" rel="nofollow noreferrer"><img src="https://i....
I'm using RadialBarSeries() inside SfCircularChart().<br /> After calling <code>Legend()</code> (in the property <code>legend</code> in <code>SfCircularChart()</code>)...
how to have a button with text and icon for the <code>flutter</code>? I wanted to have a <code>button</code> which looks like icon with a text that is able to...
<a href="https://i.stack.imgur.com/978tr.jpg" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/978tr.jpg" alt="enter image description here" /></a> <p...
Is it possible to change the tick size of checkbox ? i tried wrapping the <code>CheckBox</code> with <code>Transform.scale</code> with <code>scale: 2.0</code> but it m...
After releasing a new version of my flutter web app to firebase hosting all my icons were displaying other icons. For example instead of the arrow back icon, the attac...
I have 2 questions. <ol> <li>how to scale our icon ? I mean not a default icon from Flutter. but when you change into an Image. I have an Icon Button with an imag...
I'm trying to use the error with <a href="https://pub.dev/packages/flutter_launcher_icons" rel="nofollow noreferrer">flutter flutter_launcher_icons</a> plugin to chang...
I would like to horizontally center the trailing icon of my <strong>expansionTile</strong>, Here is my <strong>expansionTile</strong> with the trailing on the b...
I want to use this icon on my Flutter app, unfortunately I do not know the name. Someone could tell me what's the name? <a href="https://i.stack.imgur.com/qrcvM...
I am using bottomNavigationBar in my flutter project I'm new in flutter and have I no idea about pagination and use assets image icons instead of iconData. I searched...
Which one if better for using in app development for the long term concerning with app size, performance and extensibility for using Icon Font and SVG icons?
I have a <code>ListView</code> of posts and have like <code>IconButton</code> in every row or post. Now user can like any post. I need to check if user liked a post an...
I'm trying to use <code>Icon(Icons.factory)</code> but it not displayed: in VSCode and even in my app. Do you know why? (I saw I need to add <code>font_awesome...
I am trying to change the size of the icons ("Back" provided by Navigator and "Drawer" provided by Scaffold) in appbar in my ThemeData, modifying iconTheme and primary...