
Dart is a client-optimized programming language used for building web, server, desktop, and mobile applications. One of its key features is isolates, which allow you to run a separate instance of your Dart code in a different thread with its own memo... https://envuengineer.hashnode.dev/dart-isolates-exploring-parallel-processing-in-dart-part-1

Introduction Welcome to the "WhatWhyHow" series of blogs! In this series, we explore various topics in the technology domain, providing concise yet informative answers to some of the most common questions about them. In this blog, we will be discussi... https://cswithiyush.hashnode.dev/flutter-101-the-whatwhyhow-of-googles-revolutionary-mobile-app-framework

During the launch of a mobile application, considering a targeted OS is one of the primary things to do. The iOS and Android design difference can affect both aesthetics and functions of the product, when not taken into account. This article covers t... https://kerollosragaie.hashnode.dev/the-difference-between-ios-and-android-ui-design

Staying true to my words and goals in the last article, here I am, pumped up to get back into the coding zone. D1 Objective: Transform existing sample code into custom UI I don't want to get your hopes high with "custom UI", as I'm only transforming ... https://dbathula.hashnode.dev/day-1-100daysofcode-with-flutter

Do you want to implement custom scrolling in your Flutter application where you can position specific widgets at the top of your device like this? https://www.youtube.com/shorts/QoJ08Wwa0l0
It's really easy to implement using CustomScrollView. Firs... https://tejbikram.com.np/implement-customized-scrolling-in-your-flutter-app

Introduction Debugging is an integral part of developing any software application, and Flutter apps are no exception. It can be a time-consuming and challenging task, but with the right tools and techniques, it becomes much easier to find and fix bug... https://cswithiyush.hashnode.dev/maximize-flutter-app-performance-debugging-tips-and-tricks-for-developers

Not too much about me... I guess Hello everyone, my name is Emmanuel and I'm thrilled to be writing my first blog post. I'm currently learning Dart and Flutter, two powerful tools for building dynamic and engaging mobile apps. I have always been fasc... https://manuelthetechguy.hashnode.dev/how-to-send-an-email-in-dart-with-mailersmtpserver-package

The app is created for learning purpose and the code is available to fork at
https://github.com/lightbreakers/covid-data-tracker-app
Due to the pandemic, most of us are in lockdown. Currently, at weekends we don’t have plans. If I spent my weekend... https://harshparashar.hashnode.dev/how-did-i-create-a-working-app-within-3-days-with-no-prior-experience

Are you building an app with Flutter? You will need to know and choose a state management technique. This is because you will need to share state across different parts of your app, especially as your app gets large and more complex. You will need to... https://clouds.hashnode.dev/master-riverpod-even-if-you-are-a-flutter-newbie

This is a step-by-step tutorial that will walk you through the process of retrieving data from an OpenSea API using Flutter and GetX. What is Flutter GetX? Flutter has numerous state management components, including Provider, GetX, Bloc, Riverpod, Mo... https://pieces.hashnode.dev/flutter-getx-fetching-data-from-opensea-api