Back to Tags

Flutter

All the blog posts and recommendations on Flutter

Posts

15 Items
Loops in Flutter

Loops in Flutter

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.

ProGuard in Flutter

ProGuard in Flutter

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.

Quotes

3 Items
"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."

Recommendations

2 Items