Samia AshrafSimplify 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, 20231Jan 12, 20231
Samia AshrafinFlutter 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, 20221Sep 17, 20221
Samia AshrafinFlutter 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, 20221Jul 24, 20221
Samia AshrafinLevel 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, 20226Jul 6, 20226
Samia AshrafBuild 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, 2022Jul 2, 2022
Samia AshrafinFlutter 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, 2022Jun 20, 2022
Samia AshrafinFlutter 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, 20222Apr 23, 20222
Samia AshrafCarousel 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, 2022Apr 8, 2022
Samia AshrafinFlutter 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, 20221Mar 27, 20221