Dev Life of Briandevlifeofbrian.com·May 15, 2024Solving Size Issues with Print Statements in FlutterPrinting your way out of a sizing issue is not the common way to go. But, it’s fast and efficient. Most of the time. So let me tell you how I use a simple extension method to give me feedback and information with just a single line of code. "Like a ...222 readsFlutter
Isheunesu Temboisheunesu.hashnode.dev·Apr 25, 2024Flutter Video Call App With Firebase and ZegoCloudIntegrating video chat , calls ,video conferencing into your flutter apps can be tricky and difficult , you will have to work with web sockets and webRTC but what if l tell you it's very easy with ZegoCloud sdk which is a company that provides global...28 readsFlutterDev
Jeet Bhalujeetbhalu.hashnode.dev·Apr 11, 2024Scaffold Class in FlutterWhat is Scaffold ? A Scaffold Widget provides a framework which implements the basic material design visual layout structure of the flutter app. It provides APIs for showing drawers, snack bars and bottom sheets. Have a look at its constructor and t...Learn Flutter#ScaffoldClass
Carla Ejemeh Inya-Aghasparkle98.hashnode.dev·Aug 14, 2023How to use the SafeArea Widget to create adaptive UIs for a variety of devices.Table of Content: What is the SafeArea widget in Flutter? Properties of the SafeArea widget. Practical Examples of How to Use the SafeArea Widget. Introduction: Flutter is a cross-platform framework that is largely adopted today due to its flexi...12 likes·83 readsFlutter
Isheunesu Temboisheunesu.hashnode.dev·Jul 20, 2023How to deploy a flutter web app in less than 5 minutes on NetlifyYou have developed your flutter web application and now you are wondering where can you deploy it ? l have good news and the good part is you can deploy it in less than 5 minutes. So the first step is to go into our flutter project and run the comman...Flutter
Asherxzist.hashnode.dev·May 12, 2023How I Built A Tetris Game Using Core FlutterI just came up with the idea of building this game, I did some digging, spent some time on it and it was totally worth it.I managed to build my own game through Flutter, and I am so happy about it, but how did I do this?Let me take you through the pr...12 likes·293 readsFlutter
Nemi Shahnkshah2.hashnode.dev·Apr 17, 2023Flutter flexible widgets: ColumnWhen building mobile applications you often have to work on the the appearance and layout of your UI elements. Flutter provides a rich collection of layout Widgets that help make this process much simpler. In this article we will go through the essen...60 readsFlutter
Ryan Edgechimon.hashnode.dev·Sep 13, 2022FeaturedYou Might Not Need State Management: The Flutter EditionThe year was 2021. I had just started building a greenfield application for a startup, and during our discovery phase, we decided to build the Minimum Viable Product in React instead of Flutter. While building out the MVP and researching some of the ...35 likes·9.1K readsFlutter ForwardFlutter