Creating Custom Icon fonts for Flutter - Fluttericon, Figma
Learn to create custom icon font in Figma and export as SVG files, to use with Fluttericon to generate the necessary font and Dart files for your Flutter app.
Learn to create custom icon font in Figma and export as SVG files, to use with Fluttericon to generate the necessary font and Dart files for your Flutter app.
Easily manage multiple versions of Flutter with the Flutter Version Management. Install, switch, and roll back to different versions of the framework with ease.

You might have come across the cascade operator (..) in Flutter. In this blog post, we will take a look at what the cascade operator is and how to use it.
![Flutter's spread operator (...[]) | Ultimate Guide [2022]](https://cdn.anilraok.com/blog/flutter_spread_operator_triple_dots/flutter_spread_operator_triple_dots.jpg)
The spread operator is amazing, it can make your code more concise and readable. Let us take a look at how to use the spread operator, and why it's so useful.
![Dart - Converting between types | EASIEST Way [2022]](https://cdn.anilraok.com/blog/dart_type_system/dart_type_system.jpg)
This blog covers the various ways to do type conversion in Dart, including via the toString() and parse() methods.

In this post, we'll take a look at how to use for loops in Flutter along with how to use the break and continue keywords to control the flow of our for loops.

In this article I'll show you how to upgrade the Flutter SDK in 3 different ways



ProGuard is a code optimization tool that helps you improve the performance of your Flutter apps. In this blog post, we'll take a look at how ProGuard works and how you can use it to improve the performance of your Flutter apps.

In this article I'll show you how you can downgrade your Flutter version

In this post, I will explain how we can show the number of elements hidden when overflow occurs in a Row widget as shown in the image.

Create a publisher account on pub.dev in 8 simple steps

Tips to reduce the size of your Flutter app and make it more efficient.
"Flutter is a great tool for building beautiful, cross-platform apps. Its fast development cycle and hot reload feature make it a joy to work with, and its rich set of widgets and plugins allow for almost limitless possibilities in app design and functionality."
"A stateless widget is a widget that has no mutable state. This means that the widget's properties are fixed and cannot be changed over time."
"A stateful widget is a widget that has mutable state. This means that the widget can change over time, and the user can interact with it."
This article talks about optimizing your app for better performance. Highly recommend reading this. It is a good idea to look at this before the app release.
This article talks about various ways in which you can store API keys on the Frontend safely.