BMI App Edit Option Enable
Here’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...
minhan.hashnode.dev9 min read