Back
Showing 13-14 of 14 results
What is Flutter

What is Flutter and why you should learn it?

August 25, 2020
0

Flutter is an open-source UI toolkit for mobile developers, so they can use it to build native-looking Android and iOS applications from the same code base for both platforms. Flutter is also working to make …

Bookmark (3)
new_flutter_version_1.20

Google’s Flutter 1.20 stable announced with new features

August 7, 2020
0

   Flutter Google cross-platform UI framework has released a new version 1.20 stable. Flutter is Google’s UI framework to make apps for Android, iOS, Web, Windows, Mac, Linux, and Fuchsia OS. Since the last 2 years, the flutter Framework …

Bookmark (0)
Dart plurals 700x400

Plurals in Dart Example

September 10, 2019
0

Sometimes in our app we have to change sentences to plurals depends upon number of quantity, for example a food delivery app shows text like this: if user add 1 food item, shows 1 ITEM …

Bookmark (0)