New features of flutter 1.9 and Dart 2.5 Hey, flutter developer, there have big surprises for you that is Google has launched flutter’s new version 1.9 as well as Dart’s version 2.5 with a lot …
Introduction In this tutorial, I show you how to use Switch Widget in flutter using Stream Builder. Switch Widget If you are a programmer, and so I think you well know about switch if you …
Introduction In this tutorial I show you how to use Hero Animation in flutter it is also called Shared Transition Animation in Android. You will learn how to implement Hero Animation in your flutter app …
In this tutorial, I’ll explain about Flutter and React Native also compare both technologies. As mobile application developers are more and more confused about choosing a technology between React Native and flutter, because both of …
Google has released new Android versions that are Android 10 with a lot of new features and functionality and this time google also change something in Android operating system that is a Name, almost all …
Introduction In this blog, you learn what is shimmer effect and how to run shimmer animation. Until your file is loaded you want to show a shimmer effect on Cards Widget , you can run …
Android studio will stop support from 31 December 2019 If you are an android developer and have 32 to bit system so get ready for replacing it because google has announced that it will stop …
Why Lottie Library Yes, mostly all beginners have the same question that why we use Lottie Animation when flutter provides a lot of animation widgets that more easy to use than Lottie animation. Lottie is …
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 …