From e80eba562577000644ae06f71620f3029fe59b1f Mon Sep 17 00:00:00 2001 From: ketanchoyal Date: Thu, 26 Sep 2019 00:27:24 +0530 Subject: [PATCH] UI optimized --- lib/Core/Services/UrlHelper.dart | 2 +- lib/UI/Pages/HomePage.dart | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Core/Services/UrlHelper.dart b/lib/Core/Services/UrlHelper.dart index 87dc249..d88ce2d 100644 --- a/lib/Core/Services/UrlHelper.dart +++ b/lib/Core/Services/UrlHelper.dart @@ -17,6 +17,6 @@ class UrlHelper { await SharedPreferences.getInstance(); return _sharedPreferences.getString(_serverUrl) ?? - 'http://7755efc4.ngrok.io/requestjson'; + 'http://99ff9d16.ngrok.io/requestjson'; } } diff --git a/lib/UI/Pages/HomePage.dart b/lib/UI/Pages/HomePage.dart index 080c2ac..3e37fcb 100644 --- a/lib/UI/Pages/HomePage.dart +++ b/lib/UI/Pages/HomePage.dart @@ -131,6 +131,7 @@ class _HomePageState extends State MediaQuery.of(context).size.width * 0.40; return Scaffold( + resizeToAvoidBottomInset: false, body: SafeArea( bottom: false, child: Stack(