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.
Explore our collection of articles, insights, and deep dives into various topics.
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 we'll see how to add MongoDB tools to system path in Windows so that we can run MongoDB commands

Migrate MongoDB data from one server to another

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