Apple has updated its App Store plans to permit iOS app developers to send ads using push notifications. Cupertino has traditionally been strict around areas that may be damaging to a user’s experience; advertising being …
Google has published a brand-new programming language policy for Fuchsia, its under-development OS that some speculate can be its non-Linux successor to Android. Instead of a Linux kernel, the core of Google’s Fuchsia OS may …
What is Flutter? Flutter is google’s framework used by developers for making Android and Ios apps single codebase. Nowadays we can make hybrid apps using flutter which means we can run flutter app on all …
No updates available bug resolved If you are an android user so it is possible that you also have faced the problem of application update from Google Play Store. This problem took place over the …
How is flutter more useful As you know nowadays many apps need to run on different operating systems like Android, IOS and the Web that’s why to google introduced Flutter. Flutter is capable to create …
Introduction In this blog I show you how to use Shared Preference in your flutter project, I am sure understood working of shared preference if still, you have any question in your mind then continue …
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 …