update on settings

This commit is contained in:
Patrick Alvin Alcala 2025-03-26 11:46:06 +08:00
parent 5bffc744e3
commit 05c3208cad
9 changed files with 205 additions and 117 deletions

View file

@ -2,7 +2,7 @@ import 'package:flutter/material.dart';
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
import 'package:pharmacy_mobile/pages/customer_pages/customer_cart_page.dart';
import 'package:pharmacy_mobile/pages/customer_pages/customer_main_page.dart';
import 'package:pharmacy_mobile/pages/customer_pages/customer_profile_page.dart';
import 'package:pharmacy_mobile/pages/customer_pages/customer_settings_page.dart';
import 'package:pharmacy_mobile/pages/customer_pages/customer_search_page.dart';
import 'package:pharmacy_mobile/widgets/text_widget.dart';
import 'package:animated_notch_bottom_bar/animated_notch_bottom_bar/animated_notch_bottom_bar.dart';
@ -26,7 +26,7 @@ class _CustomerPageState extends State<CustomerPage> {
const CustomerMainPage(),
const CustomerSearchPage(),
const CustomerCartPage(),
const CustomerProfilePage()
const CustomerSettingsPage()
];
final Color selectedBarColor = const Color.fromRGBO(241, 255, 255, 0.83);