Posts for Flutter

Flutter is an application development framework from Google for creating cross-platform mobile applications (in iOS and Android).
Deven
Deven wrote

15 frequently asked Flutter interview questions

Most individuals fear job interviews. As a result, adequate preparation before the interview is important. Therefore, in this article, we shall discuss the most asked Flutter Interview questions. Most importantly, this is to help boost your confidence during the flutter interview. Most noteworthy, here are some of the 15 frequently asked flutter interview questions: 1. […]

December 31, 2020 in Dev Tips & Flutter

Form Validation in Flutter explained

Flutter Form Validation makes applications safe and easy to use, making sure that the user’s information is valid. In this article, we will learn how to validate forms in Flutter applications. For illustration, consider the following simple app. Before We Kick Off First we need to make sure: You have a text editor ( VsCode […]

August 21, 2020 in Flutter

Building an eCommerce app with Flutter

In this tutorial, we will build a simple eCommerce app with Flutter. It won’t be a fully functional eCommerce app but if you are new to Flutter this is probably the best approach you should start with. Prerequisites Flutter installed on your computer. I’m using Flutter 1.17.3 • you can find the stable version here […]

August 1, 2020 in Flutter

Implement a Bottom Sheet Component in Flutter

A new trend in mobile application development all around the world is that Developers and product designers make use of the bottom sheet for interactions that do not require a full screen interface to handle its operation.  Use cases like entering your email to subscribe to particular blog notifications, or entering your card details to […]

July 8, 2020 in Android & Flutter

Create a Sleek Note app With Flutter

According to the official Flutter website Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. This basically implies that flutter is an open-source development platform built primarily to enable developers to create android and ios applications, as well as web apps without having to […]

May 26, 2020 in Flutter