update
This commit is contained in:
parent
1b0241037d
commit
bac0d0da5b
14 changed files with 3 additions and 20 deletions
|
|
@ -3,7 +3,6 @@ import 'package:gap/gap.dart';
|
|||
import 'package:pharmacy_mobile/widgets/customer_pagebackground_widget.dart';
|
||||
import 'package:pharmacy_mobile/widgets/customer_title_widget.dart';
|
||||
import 'package:pharmacy_mobile/widgets/text_widget.dart';
|
||||
import 'package:pharmacy_mobile/widgets/title_widget.dart';
|
||||
import 'package:animated_notch_bottom_bar/animated_notch_bottom_bar/animated_notch_bottom_bar.dart';
|
||||
|
||||
class CustomerCartPage extends StatelessWidget {
|
||||
|
|
|
|||
|
|
@ -3,8 +3,6 @@ import 'package:gap/gap.dart';
|
|||
import 'package:pharmacy_mobile/widgets/consultation_widget.dart';
|
||||
import 'package:pharmacy_mobile/widgets/customer_pagebackground_widget.dart';
|
||||
import 'package:pharmacy_mobile/widgets/customer_title_widget.dart';
|
||||
import 'package:pharmacy_mobile/widgets/logo_widget.dart';
|
||||
import 'package:pharmacy_mobile/widgets/page_background_widget.dart';
|
||||
import 'package:pharmacy_mobile/widgets/text_widget.dart';
|
||||
|
||||
class CustomerMainPage extends StatefulWidget {
|
||||
|
|
|
|||
|
|
@ -7,10 +7,8 @@ import 'package:pharmacy_mobile/widgets/customer_pagebackground_widget.dart';
|
|||
import 'package:pharmacy_mobile/widgets/customer_title_widget.dart';
|
||||
import 'package:pharmacy_mobile/widgets/snackbar_widget.dart';
|
||||
import 'package:pharmacy_mobile/widgets/text_widget.dart';
|
||||
import 'package:animated_notch_bottom_bar/animated_notch_bottom_bar/animated_notch_bottom_bar.dart';
|
||||
|
||||
class CustomerProfilePage extends StatefulWidget {
|
||||
// final NotchBottomBarController? controller;
|
||||
const CustomerProfilePage({super.key});
|
||||
|
||||
@override
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ class _CustomerSearchPageState extends State<CustomerSearchPage> {
|
|||
const CustomerTitleWidget(),
|
||||
const Gap(8),
|
||||
Container(
|
||||
padding: const EdgeInsets.only(left: 64, right: 64),
|
||||
padding: const EdgeInsets.symmetric(horizontal: 8),
|
||||
child: Column(
|
||||
children: [
|
||||
InputWidget(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue