add update phone number and recovery email

This commit is contained in:
tzw
2025-01-14 17:10:10 +06:30
parent 21cf7a2517
commit ace3af1785
22 changed files with 1087 additions and 221 deletions

View File

@@ -29,6 +29,7 @@ import 'package:flutter/material.dart';
import 'package:flutter_localizations/flutter_localizations.dart';
import 'package:provider/provider.dart';
import 'helpers/theme.dart';
import 'pages/carton/model/carton_selection_model.dart';
import 'pages/carton/model/consignee_selection_model.dart';
import 'pages/carton/model/package_selection_model.dart';
@@ -165,6 +166,8 @@ class _AppState extends State<App> {
debugShowCheckedModeBanner: false,
theme: ThemeData(
// useMaterial3: false,
textSelectionTheme:
const TextSelectionThemeData(cursorColor: primaryColor),
dividerTheme: DividerThemeData(color: Colors.grey.shade200),
colorScheme: ColorScheme.light(primary: Colors.white),
dialogTheme: DialogTheme(