
While building large-scale mobile applications, the need to share data between widgets or screens would arise. For instance, when you are saving a list of bookmark items. The bookmark is saved in a screen and is viewed in a different screen. To do th... https://danielnyorere.hashnode.dev/provider-state-management-made-easy-in-flutter

While working on mobile applications, the need to save state between application sessions could arise. For instance, when a user searches, it will be a good user experience for the user to be able to select from the list of previous searches rather t... https://danielnyorere.hashnode.dev/guide-to-easy-state-persistence-with-sharedpreferences

Introduction Freezed Official Package Freezed, is the ultimate solution for painless data class creation and seamless state management in Flutter. With Freezed, you can effortlessly generate concise data classes, eliminating repetitive code and enhan... https://james54.hashnode.dev/data-modeling-with-freezed

Making a live-streaming application with a limited amount of time could be overwhelming, and with a lot of burdens and problems that facing in our way, it feels impossible. But worry no more! The live-streaming SDK from Zegocloud is the solution. SDK... https://codewithbahri.hashnode.dev/the-easiest-way-to-build-livestream-mobile-app-zegocloud-sdks-flutter-integrated

Flutter - create header with icon To create a header in Flutter with user, account, and post icons, you can use the AppBar widget along with IconButton widgets for the icons. Here's an example: import 'package:flutter/material.dart';
void main() => ... https://blog.fodonn.com/flutter-create-header-with-icon

In Flutter, you can create a tab layout using the TabBar and TabBarView widgets. The TabBar widget displays a horizontal row of tabs, and the TabBarView widget displays the content corresponding to each tab. Here's an example of how to create a simpl... https://blog.fodonn.com/flutter-tab-layoutview

Started with a new project (BMI calculator) aiming to learn more about Flutter UI and themes.
ThemeData(): we can set our custom theme for the app using this class, we can explicitly define a lot of properties to make our app look and feel according... https://shreshtxa.hashnode.dev/flutter-day13

Started building a story game app, similar to the previous project. Primary learnings:- usage of classes, objects, methods, and visibility widget used to hide a button based on condition. https://shreshtxa.hashnode.dev/flutter-day12

Flutter, Google's powerful UI framework, operates on a unique architecture that efficiently renders user interfaces. At the core of this architecture are three interconnected trees: the Widget tree, Element tree, and RenderObject tree. In this blog p... https://software-engineering-corner.hashnode.dev/understanding-the-three-trees-in-flutter-widget-tree-element-tree-and-renderobject-tree

Introduction Learn how to send your first email using the Resend Dart SDK. Prerequisites To get the most out of this guide, you’ll need to:
Create an API key
Verify your domain
-
Install Get the Resend Dart SDK. flutter pub add resend
-
Usag... https://blog.dipenmaharjan.com.np/how-to-send-email-in-flutter-using-resend