fix phone dashboard
This commit is contained in:
@@ -3,6 +3,7 @@ import 'package:flutter_riverpod/flutter_riverpod.dart';
|
||||
import 'package:go_router/go_router.dart';
|
||||
import 'package:intl/intl.dart';
|
||||
import '../../../core/models/marketplace.dart';
|
||||
import '../../../widgets/app_back_button.dart';
|
||||
import '../models/booking_result.dart';
|
||||
import '../providers/client_providers.dart';
|
||||
|
||||
@@ -130,7 +131,10 @@ class _BookingScreenState extends ConsumerState<BookingScreen> {
|
||||
: null;
|
||||
|
||||
return Scaffold(
|
||||
appBar: AppBar(title: const Text('Complete Booking')),
|
||||
appBar: AppBar(
|
||||
leading: const AppBackButton(fallbackRoute: '/client'),
|
||||
title: const Text('Complete Booking'),
|
||||
),
|
||||
body: Form(
|
||||
key: _formKey,
|
||||
child: ListView(
|
||||
|
||||
Reference in New Issue
Block a user