AMadnan minhaninminhan.hashnode.dev·Jun 26, 2025 · 9 min readBMI App Edit Option EnableHere’s how to create a professional Edit Profile (Account Info) screen with full edit and update functionality: ✅ 1. Create edit_account_view.dart import 'package:flutter/material.dart'; import 'package:get/get.dart'; import 'package:get_storage/get...00
AMadnan minhaninminhan.hashnode.dev·Jun 18, 2025 · 6 min readBangla Nari Care App for Every Girls to Women In Bangladesh💡 App Name: Nari Care Tagline: Empowering Women. Every Day. 🧩 Core Features: 1. Health Tracker Period tracker (cycle, ovulation) Pregnancy tracking Menopause tracker Medicine reminders 2. Wellness & Self-Care Daily mental health tips Guid...00
AMadnan minhaninminhan.hashnode.dev·Jun 9, 2025 · 15 min readIntroduction to Hive in Flutter and CRUD Operation🔰 Step 1: Introduction to Hive in Flutter ✅ What is Hive? Hive is a lightweight, fast, and NoSQL database written in pure Dart. It's great for local data storage in Flutter apps and works offline without the need for an internet connection. ✅ Why us...00
AMadnan minhaninminhan.hashnode.dev·Jun 7, 2025 · 4 min readBuild a Basic Note App with Flutter and GetX (CRUD Operations Explained Step-by-Step✨ Introduction In this tutorial, we'll build a simple Note app using Flutter and GetX, one of the most lightweight and powerful state management packages in the Flutter ecosystem. You will learn how to: Create a model class Implement a controller w...00