#flutter · 11 posts
With the release of Flutter 3.10, there are many new exciting features. One of them is the new `SearchBar` widget, which makes it easier to add a fully functional and customizable search bar in your Flutter apps. Here, I'm going to walk you through how to use it.
In this post we're going to see the interface keyword and it's new vs old approach comparison.
Dart 3.10 introduced a new keyword `base` as part of its language enhancements.
In this post, we will be looking at a simple counter application implemented in Flutter that follows SOLID principles.
Dart 3.10 introduces a significant keyword for classes - `final`.
In Dart, the `switch` statement is a control flow statement that lets a variable be tested for equality against a list of values. Each value is called a case, and the variable being switched on is checked for each case.
Isolates are Dart's model for multithreading, but with an important distinction.
In this post we're going to see what is NEVER in dart.
In this post we're going to see what is floor() in dart.
Wouldn't it be great if you could show your users that a list is refreshing? With RefreshIndicator you can! Learn how to set up the widget and customize the refresh icon.
Flutter is just another Framework and it is not a first of its kind but why it is trending?