19 Feb 2021
The cross-platform framework offers the most compelling web development experience.

After its first appearance in 2017, Flutter has constantly been making its move towards dominating the mobile application development. You might have probably knowingly or unknowingly used apps made with Flutter. There is no way anyone can skip their way around using a Flutter-built app.  Flutter is Google’s new…

Read More

02 Oct 2020

Announcing Flutter 1.22

Flutter 1.22 builds on the foundation set by previous releases by enabling developers to build fast, beautiful user experiences for multiple platforms from a single codebase. Since this is the season for new mobile OS versions, this release focuses on ensuring that Android 11 and iOS 14 work great…

Read More

06 Aug 2020
Flutter 1.20

Announcing Flutter 1.20

So Flutter 1.20 is now out and this is what Flutter has for all of us in store for this time Reducing shader compilation jank on mobile Developing for iOS 14 beta New instructions for installing Flutter on Linux using snapd. Updated the Desktop support page to reflect that…

Read More

16 Jul 2020
Flutter - What's new 1.17 latest stable release 2020

So the new version of “Flutter” and “Dart” is here. Although we are abit late in sharing this information 😛 but in this post, we shall discuss about the new updates that we have in flutter and dart Dart 2.8 There are two changes made by the Dart team…

Read More

04 Jul 2020
Deep Dive Into Buttons & Clickable Widgets In Flutter

We can not imagine any language that has not to click event because without click it’s very hard to trigger any actions. So here in Flutter, we are talking about buttons and clickable widgets very quickly in the flutter. In this blog we are going to discuss pre-define buttons…

Read More

01 Jul 2020
How to validate forms

Apps often require users to enter information into a text field. For example, you might require users to log in with an email address and password combination. To make apps secure and easy to use we check following pointers : Whether the information the user has provided is valid….

Read More

01 Jul 2020
SHARE CONTENT WITH FLUTTER SHARE PLUGIN

Are you creating a Flutter application that has content users may want to share with their friends or coworkers? Take advantage of the native platform share dialog using the share plugin. Let’s see how it’s done. Adding the Share plugin Head over to your pubspec.yaml and add the following…

Read More