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
14d01f4d
Commit
14d01f4d
authored
Jul 31, 2025
by
Sai Srinivas
Browse files
31-07-2025 By Sai Srinivas
Finance Module
parent
29665037
Changes
24
Expand all
Hide whitespace changes
Inline
Side-by-side
lib/screens/finance/paymentListPaymentRequisition.dart
View file @
14d01f4d
This diff is collapsed.
Click to expand it.
lib/screens/finance/paymentreceiptList.dart
View file @
14d01f4d
This diff is collapsed.
Click to expand it.
lib/screens/splash.dart
View file @
14d01f4d
...
@@ -225,6 +225,10 @@ class _SplashState extends State<Splash> {
...
@@ -225,6 +225,10 @@ class _SplashState extends State<Splash> {
);
);
spalshProvider
.
initPackageInfo
();
spalshProvider
.
initPackageInfo
();
spalshProvider
.
handleVersionCheck
(
context
);
spalshProvider
.
handleVersionCheck
(
context
);
if
(
connection
==
'Online'
)
{
print
(
"camer here"
);
spalshProvider
.
handleVersionCheck
(
context
);
}
});
});
}
}
...
@@ -350,6 +354,13 @@ class _SplashState extends State<Splash> {
...
@@ -350,6 +354,13 @@ class _SplashState extends State<Splash> {
default
:
default
:
connection
=
'Offline'
;
connection
=
'Offline'
;
}
}
if
(
connection
==
'Online'
)
{
print
(
"camer here"
);
Provider
.
of
<
SplashVersionNotifier
>(
context
,
listen:
false
,
).
handleVersionCheck
(
context
);
}
return
(
connection
==
'Online'
)
return
(
connection
==
'Online'
)
?
SafeArea
(
?
SafeArea
(
top:
false
,
top:
false
,
...
...
pubspec.yaml
View file @
14d01f4d
...
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
...
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# 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
# In Windows, build-name is used as the major, minor, and patch parts
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
# of the product and file versions while build-number is used as the build suffix.
version
:
1.0.9
4
+9
8
version
:
1.0.9
5
+9
9
environment
:
environment
:
sdk
:
^3.7.2
sdk
:
^3.7.2
...
...
Prev
1
2
Next
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