Simplify Barcode and QR code Scan in Flutter appsEver came across a scenario where you wanted your Flutter app to scan QR codes and Barcodes? In this article, I will walk you through the…Jan 12, 2023121Jan 12, 2023121
Published inFlutter CommunityAuto Size any widget in FlutterHave you ever come across a scenario where you wanted the user to resize a widget and didn’t know how to execute it? Well, I was in a…Sep 17, 20221451Sep 17, 20221451
Published inFlutter CommunityBuild a Realtime weather app in Flutter — using FutureBuilderIn this article, we will explore FutureBuilder to build a weather app from realtime data using OpenWeatherMap API that displays weather…Jul 24, 2022771Jul 24, 2022771
Published inLevel Up CodingFlutter Hook widgets over Stateful widgets — for better app performanceAlmost everything in Flutter is made up of widgets. In this article, we will explore the different types of widgets(Stateless and…Jul 6, 20224216Jul 6, 20224216
Build better games with Flutter Casual Games Toolkit — a Google I/O ’22 updateThis years Google I/O event was just as exciting as the previous ones. With so many new devices and updates to talk about, I am…Jul 2, 202219Jul 2, 202219
Published inFlutter CommunityEnhancing Flutter apps with AnimationsAnimations in simplest words are visual elements that add up to enhance the user’s experience using an app. Apps with animations keeps the…Jun 20, 2022106Jun 20, 2022106
Published inFlutter CommunityFlutterFire UI — Simplifying Social Logins in FlutterSocial authentication is a multi-step authentication flow, allowing you to sign a user into an account or link them with an existing one.Apr 23, 20222642Apr 23, 20222642
Carousel Slider Sliding in opposite directionsWidgets is one of Flutter's best features. Safe to say that almost every functionality has a widget related to it in Flutter. One such…Apr 8, 20221Apr 8, 20221
Published inFlutter CommunityNavigation in Flutter using AutoRoute, injectable and getItNavigation in Flutter is a vast topic with everyone having a different opinion on how to ace it. I’ve also explored few articles and…Mar 27, 2022601Mar 27, 2022601