
Sometimes we run into a case when a function logically needs to return multiple values. Some examples are returning coordinates of a point, returning some statistical data, returning error information like the error code and the message, etc. The tra... https://mokshmahajan.hashnode.dev/simplifying-multiple-returns-in-dart-30-with-records

When architecting a Flutter app, it's important to choose a pattern that makes the app scalable and maintainable. Using the BLoC pattern, along with other libraries such as Freezed and Injectable, can help achieve this goal. Here's a step-by-step gui... https://nabeelparkar.com/best-way-to-architect-your-next-flutter-app

While developing the flutter application, we are facing many challenges. As we know, flutter doesn’t support any default project architecture. Other platforms like iOS & Android have MVC by default. If We will not choose a suitable architecture for t... https://kerollosragaie.hashnode.dev/flutter-bloc-clean-architecture-best-practice

Are you looking to add null safety to your Flutter projects? Null safety can help you avoid common runtime errors and make your code more predictable. Here's how to get started:
Update your Flutter and Dart versions: Null safety is available in Flut... https://ankitkj1999.hashnode.dev/add-null-safety-in-your-flutter-app-2022

Introduction
Welcome to my blog about Debugging! This article is a submission for Hashnode's #DebuggingFeb Writeathon.
One of the most critical aspects of debugging is using the right tools. There is a wide range of debugging tools available in the... https://dhruvnakum.xyz/debugging-when-your-app-misbehaves-like-a-teenager

Introduction In August of 2022, I started my journey with Flutter, a mobile app development framework created by Google. I was initially drawn to it because of its developer-friendly nature and ease of use. The resources available on YouTube made lea... https://jitesh117.hashnode.dev/tackling-the-pain-of-gradle-build-errors-a-mobile-app-developers-tale

Introduction Who does not love an eye-catching, immersive app? I'm guessing everyone does, and Flutter is a popular framework for building cross-platform mobile applications with beautiful and responsive user interfaces (UIs), which is so cool. As a ... https://jaycodes1.hashnode.dev/top-10-tips-for-building-beautiful-uis-in-flutter

Phone verification or authentication is used to confirm whether a given phone number is valid. It is used in many industries and mobile applications to confirm a client's identity (for instance, when performing a two-step verification). It involves s... https://openreplay.hashnode.dev/phone-based-authentication-in-flutter-with-firebase

Hey everyone! Welcome to another blog, Today we are gonna learn about Dart, A programming language developed by the tech giant known as Google. We'll explore the exciting world of Dart programming language and also its role in creating apps with Flut... https://rohitlogs.com/diving-into-dart-the-foundation-of-flutter-1

Suppose Areen is an iOS developer and he develops an app that is loved by everyone and everyone's downloading it from the app store. But lately, Areen had been receiving complaints about the app not being on android. Then Areen started learning Andro... https://hxruchiyo.hashnode.dev/introduction-to-flutter