mirror of
https://github.com/jaysavsani07/math-metrix.git
synced 2025-07-03 10:31:39 +08:00
@ -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 {
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user