Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RGTechPro committed Aug 25, 2022
1 parent 9e51aae commit 194ec33
Show file tree
Hide file tree
Showing 5 changed files with 218 additions and 199 deletions.
3 changes: 2 additions & 1 deletion lib/screens/book_operator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class _BookOperatorScreenScreenState extends State<BookOperatorScreenScreen> {
return Scaffold(
backgroundColor: Color(0xFFFF4B3A),
body: SlidingUpPanel(
defaultPanelState: PanelState.OPEN,
maxHeight: 375,
minHeight: 150,
backdropEnabled: true,
Expand All @@ -42,7 +43,7 @@ class _BookOperatorScreenScreenState extends State<BookOperatorScreenScreen> {
'rohan': 'good operator',
'aviral': 'bad operator',
'rishabh': 'average operator gg',
'hskg': 'nice op',
'hskg': 'nice op',
'rohagn': 'good operator',
'aviralg': 'bad operator',
'rishagbh': 'average operator gg'
Expand Down
1 change: 1 addition & 0 deletions lib/screens/modeSelectionPage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import 'package:flutter/material.dart';
import 'package:mera_aadhar/screens/verification.dart';
import 'package:url_launcher/url_launcher.dart';


class ModeSelectPage extends StatefulWidget {
const ModeSelectPage({Key? key}) : super(key: key);

Expand Down
Loading

0 comments on commit 194ec33

Please sign in to comment.