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
ee178d55
Commit
ee178d55
authored
Jul 09, 2025
by
Sai Srinivas
Browse files
09-07-2025 By Sai Srinivas
Network and Finance Module issue and Back
parent
2ade5aad
Changes
44
Expand all
Hide whitespace changes
Inline
Side-by-side
lib/screens/splash.dart
View file @
ee178d55
This diff is collapsed.
Click to expand it.
macos/Flutter/GeneratedPluginRegistrant.swift
View file @
ee178d55
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
import
FlutterMacOS
import
FlutterMacOS
import
Foundation
import
Foundation
import
app_settings
import
connectivity_plus
import
connectivity_plus
import
device_info_plus
import
device_info_plus
import
file_selector_macos
import
file_selector_macos
...
@@ -26,6 +27,7 @@ import url_launcher_macos
...
@@ -26,6 +27,7 @@ import url_launcher_macos
import
webview_flutter_wkwebview
import
webview_flutter_wkwebview
func
RegisterGeneratedPlugins
(
registry
:
FlutterPluginRegistry
)
{
func
RegisterGeneratedPlugins
(
registry
:
FlutterPluginRegistry
)
{
AppSettingsPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"AppSettingsPlugin"
))
ConnectivityPlusPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"ConnectivityPlusPlugin"
))
ConnectivityPlusPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"ConnectivityPlusPlugin"
))
DeviceInfoPlusMacosPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"DeviceInfoPlusMacosPlugin"
))
DeviceInfoPlusMacosPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"DeviceInfoPlusMacosPlugin"
))
FileSelectorPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"FileSelectorPlugin"
))
FileSelectorPlugin
.
register
(
with
:
registry
.
registrar
(
forPlugin
:
"FileSelectorPlugin"
))
...
...
pubspec.lock
View file @
ee178d55
This diff is collapsed.
Click to expand it.
pubspec.yaml
View file @
ee178d55
...
@@ -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
2
+9
6
version
:
1.0.9
3
+9
7
environment
:
environment
:
sdk
:
^3.7.2
sdk
:
^3.7.2
...
@@ -81,6 +81,7 @@ dependencies:
...
@@ -81,6 +81,7 @@ dependencies:
tuple
:
^2.0.2
tuple
:
^2.0.2
collection
:
^1.19.1
collection
:
^1.19.1
auto_size_text
:
^3.0.0
auto_size_text
:
^3.0.0
app_settings
:
^6.1.1
dev_dependencies
:
dev_dependencies
:
flutter_test
:
flutter_test
:
...
...
Prev
1
2
3
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