Merge pull request #5 from jaysavsani07/development

Development
This commit is contained in:
mehulmk
2022-10-06 10:41:02 +05:30
committed by GitHub
2 changed files with 1 additions and 10 deletions

View File

@ -15,8 +15,6 @@ class SplashView extends StatefulWidget {
class _SplashViewState extends State<SplashView> {
@override
void initState() {
SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual,
overlays: [SystemUiOverlay.top]);
Future.delayed(Duration(seconds: 2)).then((value) {
Navigator.pushReplacementNamed(context, KeyUtil.dashboard);
});
@ -62,13 +60,6 @@ class _SplashViewState extends State<SplashView> {
),
);
}
@override
void dispose() {
SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual,
overlays: [SystemUiOverlay.top, SystemUiOverlay.bottom]);
super.dispose();
}
}
class GridItemView extends StatelessWidget {

View File

@ -11,7 +11,7 @@ description: A new Flutter application.
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.3+4
version: 1.0.5+6
environment:
sdk: ">=2.12.0 <3.0.0"