
In the world of Flutter app development, managing state is a crucial aspect to ensure smooth and efficient user experiences. With a variety of state management solutions available, Flutter Riverpod has emerged as a powerful and flexible framework tha... https://wekesa350.hashnode.dev/exploring-flutter-riverpod-a-powerful-state-management-solution

How many times do you open your notes-taking app per day? week? or month? If I were asked this question, I would answer that it is impossible to count the number of hairs on my head. I use note-taking apps a lot. I tried a bunch of them, Google Notes... https://stevenosse.com/whats-the-perfect-notes-taking-app-for-me

Introduction When it comes to developing mobile apps using Flutter, having a well-organized folder structure is key. A clear and logical structure not only enhances code maintainability but also improves collaboration among developers. In this blog, ... https://flutter0to1.hashnode.dev/exploring-folder-structure-of-a-flutter-project

Shared from Danubius IT Solutions' tech blog. This post will show you how to create a bare minimum Mobile Crypto Wallet application with Flutter. This is not a step-by-step tutorial, it just highlights the critical solutions and keywords. What is a w... https://danubius.hashnode.dev/crypto-wallet-mobile-dapp-flutter

Flutter, the popular cross-platform UI framework, continues to evolve with each release, bringing exciting new features and improvements. In this blog, we will explore the latest version of Flutter, version 3.10, and discuss the key advancements and ... https://dhruvjoshi.hashnode.dev/flutter-310-whats-new-quick-updates

Introduction In today's digital era, mobile applications have become an integral part of our lives. Whether we need to connect with friends, manage our finances, or simply play games, mobile apps have us covered. But have you ever wondered how these ... https://flutter0to1.hashnode.dev/flutter-creating-apps-for-every-platform-made-easy-and-exciting

As I embarked on my journey to build a Next.js app, little did I know that I was about to dive headfirst into the vast ocean of front-end development. Armed with curiosity and a willingness to learn, I set out to conquer the realm of UI design. In th... https://jacksiro.hashnode.dev/upnext-to-node-is-to-react-2

Introduction: What is Theming in Flutter? Theming is a crucial aspect of developing high-quality mobile applications, and it's no different in Flutter. In Flutter, the ThemeData class is used to define the app's theme. This class includes properties ... https://hashirshoaeb.hashnode.dev/beyond-the-basics-a-new-theming-approach-for-flutter-developers

In our previous part of Clean Architecture with Flutter, we learned about Clean Architecture concepts and layers. We also had preparation for our music app in Flutter. We installed the required packages and prepared our folder structure. If you haven... https://sungod.hashnode.dev/flutter-clean-architecture-part-2

Flutter Application will always require state management, Now the debate is still on for what the best state management is but I would like to introduce you to valueNotifier and ValueListenerBuilder, They are both built-in statement management, which... https://collicle.hashnode.dev/valuenotifier-and-valuelistenablebuilder-in-flutter