Update warning size box
This commit is contained in:
parent
9d3fa760ec
commit
3da28fba67
@ -360,8 +360,8 @@ class _VisitPageState extends State<VisitPage> with WidgetsBindingObserver {
|
|||||||
alignment: Alignment.bottomRight,
|
alignment: Alignment.bottomRight,
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: const EdgeInsets.only(right: 90, bottom: 1),
|
padding: const EdgeInsets.only(right: 90, bottom: 1),
|
||||||
child: Container(
|
child: SizedBox(
|
||||||
height: 65.0,
|
height: 75.0,
|
||||||
width: 65.0,
|
width: 65.0,
|
||||||
child: FittedBox(
|
child: FittedBox(
|
||||||
child: FloatingActionButton(
|
child: FloatingActionButton(
|
||||||
@ -372,7 +372,6 @@ class _VisitPageState extends State<VisitPage> with WidgetsBindingObserver {
|
|||||||
if(!controller.authorizationStatusOk) {
|
if(!controller.authorizationStatusOk) {
|
||||||
//await handleOpenLocationSettings();
|
//await handleOpenLocationSettings();
|
||||||
|
|
||||||
print("STATUUSSSS ? ");
|
|
||||||
await showDialog(
|
await showDialog(
|
||||||
context: context,
|
context: context,
|
||||||
barrierDismissible: false,
|
barrierDismissible: false,
|
||||||
@ -382,7 +381,7 @@ class _VisitPageState extends State<VisitPage> with WidgetsBindingObserver {
|
|||||||
content: Padding(
|
content: Padding(
|
||||||
padding: const EdgeInsets.symmetric(vertical: 20),
|
padding: const EdgeInsets.symmetric(vertical: 20),
|
||||||
child: SizedBox(
|
child: SizedBox(
|
||||||
height: 150,
|
height: 215,
|
||||||
child: Column(
|
child: Column(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceAround,
|
mainAxisAlignment: MainAxisAlignment.spaceAround,
|
||||||
crossAxisAlignment: CrossAxisAlignment.center,
|
crossAxisAlignment: CrossAxisAlignment.center,
|
||||||
@ -390,7 +389,7 @@ class _VisitPageState extends State<VisitPage> with WidgetsBindingObserver {
|
|||||||
const Icon(Icons.my_location, color: kMainColor),
|
const Icon(Icons.my_location, color: kMainColor),
|
||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.all(10.0),
|
padding: const EdgeInsets.all(10.0),
|
||||||
child: Text(TranslationHelper.getFromLocale("locationWarning", visitAppContext), style: TextStyle(color: kMainColor), textAlign: TextAlign.center),
|
child: Text(TranslationHelper.getFromLocale("locationWarning", visitAppContext), style: const TextStyle(color: kMainColor), textAlign: TextAlign.center),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user