Learn Flutter by creating your first Flutter app!

In this article, I'm going to introduce you to your first Flutter app. We will explore the parts of a Flutter project, their roles, and we'll cover some fundamental concepts of state, including the differences between StatelessWidgets and StatefulWid... https://davidserrano.io/learn-flutter-by-creating-your-first-flutter-app-state-management-stateful-vs-stateless-widgets

Létrehozva 20d | 2024. máj. 5. 16:50:07


Jelentkezéshez jelentkezzen be

EGYÉB POSTS Ebben a csoportban

Day 7 in Dev Life of Brian

Fixes & Improvements Before Release Let’s kick it off with some good ol’ coding and UX insights. After testing the new version, I found the "Last Used" section to be a bit too large. On mobile, it tak

2024. máj. 24. 21:40:04 | Hashnode flutter
Data flow and readability within a widget tree

One of the most known good practice when building widgets in a Flutter project is the usage of widgets instead of methods. It is highly advised to split large widgets into smaller widgets. While this

2024. máj. 24. 21:40:03 | Hashnode flutter
Live Long – Health and Fitness App using Flutter and Firebase (With GitHub Repository)

Introduction Welcome to Live Long, the ultimate health and fitness companion designed to empower you on your wellness journey. Live Long isn't just an app; it's your personalized fitness and nutrition

2024. máj. 24. 19:20:09 | Hashnode flutter
Flutter Riverpod Tutorial Part 4: Modifier & Parameters

In this tutorial we'll explore various modifiers and parameters functionality in Riverpod. These following features help manage more complex state scenarios and optimize resource usage by automaticall

2024. máj. 24. 7:50:09 | Hashnode flutter
Flutter Riverpod Tutorial Part 3: Combining Providers

In this tutorial, we will learn how to combine multiple providers to create more complex states and manage dependencies between providers in Riverpod. Combining Providers Combining providers allows yo

2024. máj. 23. 22:50:05 | Hashnode flutter
How to Create a Currency Form Field in Flutter

I was working on a simple app for practice and wanted my text fields to accept only digits and format them in Turkish currency like this "1.234,5678". To achieve this, I created a widget derived from

2024. máj. 23. 16:10:03 | Hashnode flutter
Topic: 14 Understanding Navigation and Communication in Flutter

Hello devs, In today's article, we discussed how widgets communicate with each other, How Flutter communicates with the Android or IOS module, and How navigation works in Flutter. Start with the Navig

2024. máj. 23. 6:50:07 | Hashnode flutter