Category: Flutter
-
QR Generator App in Flutter with #100LinesOfCode
Hello visitor, Welcome to our new blog on Flutter. In this post, we will code a QR Generator Android Application in 100 lines of dart code. So, as we already know get your laptops ready with a new flutter project created and opened in your favorite IDE (Mine’s VS Code❤). #100LinesOfCode Let’s start doing this,…
-
Dealing with REST API’s in Flutter

Hey everyone, Welcome to our new blog post. In this post, we will discuss on making REST API calls from your Flutter Application. Before we delve into implementation, let’s know what is REST API and then how to use them in Flutter. REST API REST refers to Representational State Transfer. It adheres to the practice…
-
Hello Flutter..!
Let’s say Hello to Flutter, a Cross Platform Application Development Framework. Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. It uses Dart programming language to make developers build applications faster and efficient. Widget Widget is the basic component in Flutter framework. Every piece of UI you build…