Singaraju Saitejasingarajusaiteja.hashnode.dev·Feb 14, 2025Data Structures and Algorithms in Dart, with examples(In simple words)Data Structures: Your Toy Boxes and Shelves List (The Toy Box - Order Matters): Analogy: Think of a regular toy box where you throw toys in. They are in the order you put them in, and you can have duplicates (like multiple toy cars). Simple Defini...137 readsFlutter
Singaraju Saitejasingarajusaiteja.hashnode.dev·Feb 14, 2025Dart Programming with All topics and sub-topicsDart Programming - Chapter #1 Topics Explained This chapter seems to cover the fundamental building blocks of Dart programming. Let's go through each topic: (1) Variables Simple Explanation: Think of variables as labeled boxes where you can store in...95 readsFlutter
Aseru Kevin Ziyadagithubjourney.hashnode.dev·Feb 10, 2025Understanding Flutter Widgets: The Building Blocks of UIRecently, I have been using Flutter more and diving deeper into it because I want to reach a state of unconscious competence. I also want to start sharing more of what I know about Flutter, beginning with the building blocks of UI. Our first deep div...2 likesFlutter JourneyWidget tree
Olumide Olubosedeintermediate-flutter.hashnode.dev·Feb 5, 2025How to link multiple Scrollable widgets in FlutterHow can you control two Scrollable widgets with one ScrollController in Flutter? In short, you can’t. However, it is possible to link multiple Scrollables together. This article will demonstrate how to do this. If a ScrollController is attached to mu...2 likes·88 readsFlutter
Amarjit Mallickamarjitmallick.hashnode.dev·Feb 3, 2025The Flutter Widget Lifecycle Explained: From Birth to Goodbye!Flutter is like the LEGO of app development – you stack different pieces (widgets) together to create awesome mobile apps! But have you ever wondered how these widgets come to life, grow, change, and eventually disappear? Just like humans have a life...28 readsFlutter
fakhir hassanfakhirhassan.hashnode.dev·Jan 26, 2025Using GestureDetector Instead of TextButton and FlatButton in FlutterIntroduction With recent Flutter updates, FlatButton has been deprecated in favor of TextButton, ElevatedButton, and OutlinedButton. However, when working with tappable images or widgets that do not look like traditional buttons, GestureDetector prov...Flutter App DevelopmentFlutter
fakhir hassanfakhirhassan.hashnode.dev·Jan 25, 2025Using Card Instead of Container in Flutter: A Better ApproachFlutter provides multiple ways to design UI elements, and choosing the right widget can improve both functionality and readability. In this article, I’ll walk you through how I built a simple developer profile card using Card instead of Container and...Flutter
Affan Shaikhsurabaffanshaikhsurab.hashnode.dev·Jan 20, 2025Testing in Flutter Made Simple: The Bicycle ExampleIntroduction Okay, so let's say you want to build a bicycle, and you want to make sure your bicycle really works. Starting with the Basics You want to build a good bicycle, maybe for a competition. In order to build a bicycle, there are multiple part...Eploring Flutter: How Apps Come to LifeTesting
Affan Shaikhsurabaffanshaikhsurab.hashnode.dev·Jan 14, 2025Don’t Lose Your Toys! 🎮 The Magic of State Management 🚀Whenever you are creating an application, let's say a counter application, you want to ensure that the data remains consistent even when the app's configuration changes. What does "configuration" mean? Configuration refers to events such as navigatin...Eploring Flutter: How Apps Come to LifeState Management
MD AKHLAK UD JAMANdictionary-app.hashnode.dev·Jan 10, 2025Developing a Smart and User-Friendly Dictionary App with FlutterIntroduction As a Flutter developer, I enjoy building applications that simplify everyday tasks. My latest project, a Dictionary App, is designed to provide quick and accurate word definitions with a clean and intuitive interface. This project was an...dictionary