update on settings
This commit is contained in:
parent
5bffc744e3
commit
05c3208cad
9 changed files with 205 additions and 117 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue