
Null safety is a crucial feature in modern programming languages, as it helps developers write more reliable and robust code. In the context of Dart-Flutter, null safety is a game-changer that simplifies the process of developing mobile applications ... https://harshvardhan082.hashnode.dev/dart-null-safety-enhancing-code-quality-and-reliability

The good part about this is that it has a good free plan for small projects. Here are the list of steps we will take :
Install the Firebase CLI tool
Authenticate your account
Initialise and deploy the app
Install the Firebase CLI tool There are ... https://whoisay.hashnode.dev/how-to-deploy-a-flutter-web-app-using-firebase

Introduction Welcome to the colourful world of Flutter custom painting! In this guide, we will embark on an exciting journey to unlock the true potential of Flutter's CustomPainter. If you've ever wanted to create unique, visually stunning, and inter... https://sungod.hashnode.dev/custom-painter

MongoDB is a popular NoSQL database known for its flexibility and scalability. Integrating MongoDB with a Flutter app can be a powerful combination. In this blog, we’ll explore how to connect MongoDB to a Flutter app using the realmpackage. Prerequis... https://kailash8799.hashnode.dev/connecting-mongodb-to-a-flutter-app-using-realm-a-step-by-step-guide

What is an extension method? An extension method is a way to add features to native Dart libraries or external libraries. If you're a recurrent Flutter and Dart developer, you've probably already used extension methods without perhaps knowing it. Whe... https://lyabs.hashnode.dev/why-and-how-to-use-extension-methods-with-flutter-and-dart

This blog is very long to read, I have summarized every bit made the video of it, and have provided all the code on GitHub, check them out: GitHub: https://github.com/raman04-byte/flutter_docs Video: https://youtu.be/FwBSQoKzEkE In this blog, we are ... https://raman04.hashnode.dev/flutter-docs-navigation

Wassup flutter devs! I know i've been off for a while. Today let's talk about crafting world ready applications. The world is diverse, and so are app users. With support for over 24 languages, Flutter acknowledges this diversity, presenting developer... https://yatendrakumar.hashnode.dev/flutters-multilingual-support-crafting-world-ready-applications

Navigation is an important part of any application. When it comes to the Flutter applications, Go Router is a clear winner as it provides a powerful declarative routing solution. You may have been using onGenerateRoute or GetX (Get) for routing, but ... https://geekaid.in/go-router-beginners-guide

Introduction OAuth, or Open Authorization, is more than just a technical term; it's the key to the seamless and secure user authentication found in most modern applications. In this ever-connected digital world, protecting user data while providing a... https://dreamspace.hashnode.dev/setting-up-user-authentication-with-twitter-oauth-in-your-flutter-app

Prerequisites:
It's essential to be familiar with the basics of flutter state management with Riverpod to get a grasp of this article;
Basic Knowledge of the Riverpod Providers.
Overview: Riverpod simplifies state management and optimizes reactiv... https://timife.hashnode.dev/riverpods-ref-observers-the-secret-sauce-to-effortless-state-management-in-flutter