mirror of
https://github.com/jaysavsani07/math-metrix.git
synced 2025-07-04 11:01:43 +08:00
@ -15,8 +15,6 @@ class SplashView extends StatefulWidget {
|
|||||||
class _SplashViewState extends State<SplashView> {
|
class _SplashViewState extends State<SplashView> {
|
||||||
@override
|
@override
|
||||||
void initState() {
|
void initState() {
|
||||||
SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual,
|
|
||||||
overlays: [SystemUiOverlay.top]);
|
|
||||||
Future.delayed(Duration(seconds: 2)).then((value) {
|
Future.delayed(Duration(seconds: 2)).then((value) {
|
||||||
Navigator.pushReplacementNamed(context, KeyUtil.dashboard);
|
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 {
|
class GridItemView extends StatelessWidget {
|
||||||
|
@ -11,7 +11,7 @@ description: A new Flutter application.
|
|||||||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||||
# Read more about iOS versioning at
|
# Read more about iOS versioning at
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
version: 1.0.3+4
|
version: 1.0.5+6
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.12.0 <3.0.0"
|
sdk: ">=2.12.0 <3.0.0"
|
||||||
|
Reference in New Issue
Block a user