
Hey wassup flutter devs! Did you know? More than 70% of successful Flutter developers use specific libraries and frameworks. If you're not leveraging these tools, you might be missing out on a goldmine of productivity. Let's dive in!
- Provider

Things can become messy really fast depending upon the application you are building. That's why we have a way of building and organizing things called the MVC pattern. Here we divide the application into 3 parts: Model, View and Controllers. In one w... https://mayank1728.hashnode.dev/eli5-mvc-pattern
![[Project A] Devlog #4: UI](https://www.cdn5.niftycent.com/d/e/5/z/W/8/v/project-a-devlog-4-ui.webp)
Before we begin, you can check out the previous entry in this case by clicking this link.
In the last entry of this series, I ended up creating an endpoint I could use to generate attendance data, did a little bit related to the attendance stuff, an... https://danagbemava.hashnode.dev/project-a-devlog-4-ui-cllwurd0v000e0ajufjv33aaj

Yo wassup coders! If you're a developer, you know the challenges of staying productive. But don't fret! Here are ten techniques to help you maximize your coding sessions. Let's get started!
- Set Clear Goals Knowing your destination makes the journ... https://yatendrakumar.hashnode.dev/10-productivity-techniques-for-developers

Introduction Flutter is Google’s UI toolkit that has been making waves in the world of mobile app development. Launched in 2017, this open-source framework has quickly gained traction among developers for its ability to build high-quality native apps... https://ravikantshukla.hashnode.dev/introducing-flutter-and-getting-started

Make a separate dart file with the name - error_controller and then write the below code. import 'package:employee_bloc/models/employee.dart'; import 'package:fpdart/fpdart.dart';
typedef EitherType
typedef FutureEither

Hubtel is a payment platform in Ghana that can be used to create a seamless payment gateway for web or mobile apps. While working on one of my projects which involves payment this year, the client decided that we should use the Hubtel payment gateway... https://awesomewisdom.hashnode.dev/how-to-integrate-hubtel-payment-api-in-your-flutter-apps

Yo wassup flutter devs! Today, we're diving deep into the world of Flutter and its state management. Specifically, we'll be exploring the BLoC pattern. If you've been around the Flutter community for a while, you've probably heard of BLoC. But if you... https://yatendrakumar.hashnode.dev/quick-guide-to-bloc-as-state-manager-for-your-next-flutter-project

Ahoy, fellow code explorer! As we sail the intricate seas of Dart programming, let's hoist our sails and steer our course toward a crucial technique: exception handling. 🌊 This essential skill equips us to navigate the treacherous waters of errors a... https://raman04.hashnode.dev/navigating-the-seas-of-error-mastering-exception-handling-in-dart

Introduction to Supabase Supabase is an open-source alternative to Firebase that provides a suite of backend services, including databases, authentication, and real-time capabilities. In this article, we'll explore how to create a Flutter mobile app ... https://salamitech.hashnode.dev/building-a-flutter-mobile-app-with-supabase-integration