
Flutter 1.0 is officially announced on Dec 04, 2018. After that, the demand of dart programmers is gaining popularity now. Because entire flutter app development is completely based on a dart. It seems that tech-giant Google has some big plans with t... https://blogs.jaytillu.dev/what-is-dart-language
Well, since you have come here, I can guess you are looking for some improvements in your coding and code quality. That's great! Let's take a look at it how we can do it better : While using the stateful widgets we need to be mindful of rebuilding th... https://blog.rabinacharya.info.np/the-better-way-to-create-stateful-widgets-in-flutter

In this tutorial, we will learn how to build a streaming app with Flutter using the Zego cloud UI KITS. If you prefer a video tutorial, click on this link https://youtu.be/tG1kCHBhM5Q What is Zego CLOUD UI KITS Zego Cloud UI KITS are pre-built UI com... https://vikkybliz.hashnode.dev/build-flutter-livestreaming-app-with-zegocloud-2023

In my previous article Flavours for Your Flutter App 1/2 I talked about Flavours for your Android app that has been developed using the amazing Flutter framework. I outlined how you can add and run your various flavours right from your IDE or from th... https://jacksiro.hashnode.dev/flavours-for-your-flutter-app-2

After playing around with 1Password for about a week, turns out it's a pretty nice to have - password manager, especially for developers (highly recommended). 1Password touches on every aspect where in most cases a user wants to store any secret text... https://nashintelli.hashnode.dev/1projects-quickly-restore-your-env-file-secrets

Since we have to create an extremely simple drawing app, we will just keep it limited to being able to draw for now. What do we need?
A Canvas to paint on
A method to take user input
Getting Started: We start by creating a new Flutter project (fo... https://minimalprojects.hashnode.dev/creating-a-simple-drawing-app-in-flutter

In this session, we will try making an online store platform connecting users with local shops and small businesses. The client application would have two interfaces, one for sellers and one for customers. Depending on the type of account you create ... https://asutosh.hashnode.dev/building-an-online-store-platform-using-appwrite-and-flutter-localease

Introduction Offline mode is a crucial requirement for almost every app, from e-commerce apps to social media apps. This involves storing data locally on a user's device for later use. For example:
Current logged-in user information like username, e... https://adekunleadeyemo.hashnode.dev/offline-data-persistence-in-flutter-with-hive

In today's fast-paced digital landscape, enterprise app development plays a pivotal role in enabling organizations to streamline their operations, enhance productivity, and deliver exceptional user experiences. Choosing the right technology stack for... https://xongolab.hashnode.dev/flutter-for-enterprise-app-development

Introduction In today's fast-paced world, having up-to-date weather information is crucial for planning our daily activities. Weather forecast apps provide us with real-time weather data, helping us make informed decisions. In this article, we will e... https://dreamspace.hashnode.dev/how-to-build-a-weather-forecast-app-in-flutter-using-geolocator-and-openweather-api