Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sai Srinivas
GEN_ERP_2025
Commits
2c3ccbb5
Commit
2c3ccbb5
authored
Aug 02, 2025
by
Sai Srinivas
Browse files
02-08-2025 By Sai Srinivas
Connection Online
parent
7959ada6
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/screens/splash.dart
View file @
2c3ccbb5
...
...
@@ -224,10 +224,12 @@ class _SplashState extends State<Splash> {
listen:
false
,
);
spalshProvider
.
initPackageInfo
();
spalshProvider
.
handleVersionCheck
(
context
);
//
spalshProvider.handleVersionCheck(context);
if
(
connection
==
'Online'
)
{
print
(
"camer here"
);
spalshProvider
.
handleVersionCheck
(
context
);
}
else
{
spalshProvider
.
handleVersionCheck
(
context
);
}
});
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment