JJohnindeveloper-mind.hashnode.dev·2h ago · 7 min readMulti language localization on flutter using easy localizationWelcome to my knowledge sharing. This time we will talk about multi language localization using easy localization package. Multi language localization Multi-localization is needed for mobile apps to r00
ECEmir Cihangirincihangir-on-software.hashnode.dev·1h ago · 5 min readDisplaying async values in FlutterThe build method in Flutter widgets is synchronous. That means it doesn’t like to wait for anything. But sometimes, we need to wait for a value to arrive in order to display it. Let’s think of a simpl00
JJohnindeveloper-mind.hashnode.dev·2h ago · 6 min readMulti language localization on flutter using flutter localization out of boxWelcome to my knowledge sharing. This time we will talk about multi language localization using flutter's out of box localization package. Multi language localization Multi-localization is needed for 00
RRoshaninmroshan.hashnode.dev·22h ago · 6 min readUnderstanding Dart: Part 5 - final, const, and lateSeries: Understanding Dart for Flutter Beginners So far in this series, we've learned how to declare variables, work with different data types, and understand the differences between var, dynamic, an00
JJohnindeveloper-mind.hashnode.dev·1d ago · 8 min readAdvanced State Management in Dart: Understanding Streams and Building a Custom Replay Subject AlternativeReactive programming in Dart revolves around the concept of asynchronously processing sequences of data. While the Dart async library provides powerful primitives like Stream and StreamController, adv00
FSFlutter Senseiinfluttersensei.hashnode.dev·1d ago · 22 min readHow to Add Assets, Images and Fonts in Flutter (pubspec.yaml Explained)One of the first things you'll want to do in a Flutter app is add images, icons, and custom fonts. Maybe you're building a login screen with a logo, a product page with photos, or a beautifully styled00
Kkilacoinkilaco.hashnode.dev·1d ago · 6 min readWhy Scalable Mobile App Development Is Essential for Business Growth?Summary This article explores the intricacies of mobile app development, emphasizing the necessity of scalability and user-centric design. By examining real-world use cases and emerging technologies, 00
JJohnindeveloper-mind.hashnode.dev·2d ago · 11 min readFlutter CI/CD: Building and Deploying to Android, iOS, and Web with GitHub ActionsWelcome to my knowledge sharing. This time we will talk about building and deployment of Flutter Apps on Github Workflow. What is GitHub workflow? A GitHub workflow is a configurable, automated proces00
JJohnindeveloper-mind.hashnode.dev·2d ago · 10 min readBuilding and Deploying Flutter Apps for iOS and Android on Bitrise CIWelcome to my knowledge sharing. This time we will talk about building and deployment of Flutter Apps on Bitrise CI. What is Bitrise CI? Automating mobile deployment pipelines ensures your mobile apps00
MSManu Shuklainecorpit.hashnode.dev·2d ago · 14 min readFlutter GenUI SDK and A2UI: a 2026 developer guide to server-driven, agent-generated UIsFlutter GenUI SDK and A2UI: a 2026 developer guide to server-driven, agent-generated UIs Summary. On December 15, 2025 Google made A2UI public, an open, Apache 2.0 protocol that lets an AI agent descr00