
Introduction Hey everyone I am hasnain makada, currently building out "Open source with Hasnain", where every beginner can get their journey started by contributing to open source and they can find tons of resources related to their specific tech sta... https://hasnainm.hashnode.dev/flutter-web-app-to-a-docker-container

✨ In today's digital age, real-time communication is crucial for businesses and app developers alike. Whether it's for customer support, team collaboration, or just casual conversations, in-app messaging is a must-have feature. That's where ZegoCloud... https://blog.tech.samarpandasgupta.in/flutter-quick-chat

If you're building a Flutter app that connects to a Firebase database, you may have encountered the "Connection closed before full header was received" error. This error can be frustrating to resolve, but with a little understanding of the underlying... https://ashdude1401.hashnode.dev/resolving-the-connection-closed-before-full-header-was-received-error-in-flutter

Android is a popular mobile operating system with a large community of developers and a vast collection of libraries and tools for building mobile applications. In this blog post, we will guide you through the process of creating your first Android a... https://datcode.hashnode.dev/creating-your-first-android-app-project-with-android-ide

Are you looking to build high-performance and well-structured mobile applications using Flutter? Then you've come to the right place! In this blog, we'll dive into the world of the MVC (Model-View-Controller) pattern and learn how it can be used to e... https://rohaaan.hashnode.dev/mastering-the-mvc-pattern-in-flutter-a-guide-to-better-code-organization

Smartphones are among the most important devices for people nowadays. More than 60% of people check their phones first thing in the morning. To keep their audience interested, almost all companies, including retail outlets, have mobile apps. Numerous... https://chibundumozia.hashnode.dev/how-to-publish-your-android-app-on-google-play-store

Integrating Google sign-in with a flutter desktop app is different from mobile apps because a popular flutter package named google_sign_in doesn't support desktop platforms yet. This article will guide you on implementing Sign-in with Google for you... https://canopas.hashnode.dev/how-to-implement-google-authentication-with-firebase-for-flutter-desktop-apps

In my previous article: Developing a Flutter App for Every Screen: Part 2/3 where I looked at building adaptive layouts I focused on Layouts and promised to focus on inputs, idioms and norms in this article. This is a journey of understanding how the... https://jacksiro.hashnode.dev/developing-a-flutter-app-for-every-screen-part-3

Flavors are build configurations in Flutter apps that allow developers to create separate environments using the same code base. They allow for customization at runtime based on the defined compile-time configurations.
Flavors allow efficient manage... https://saileshdahal.com.np/flavor-setup-flutter

Hello everyone, in this article we are going in-depth with the Flutter GetIt package. We will understand why we use this package. What does it provide? What problem does it solve? and many more. In a Flutter application, it can be challenging to mana... https://sungod.hashnode.dev/dependency-injection