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
c09dfa71
Commit
c09dfa71
authored
May 07, 2025
by
Sai Srinivas
Browse files
07-05-2025 By Sai Srinivas
Second Commit Inventory Module and Attendance related screens
parent
b76cf1af
Changes
23
Hide whitespace changes
Inline
Side-by-side
pubspec.yaml
View file @
c09dfa71
...
...
@@ -60,6 +60,12 @@ dependencies:
flutter_download_manager
:
^0.5.5
url_launcher
:
^6.3.1
flutter_downloader
:
^1.12.0
google_maps_flutter
:
^2.12.1
flutter_image_compress
:
^2.4.0
image_picker
:
^1.1.2
camera
:
^0.11.1
get
:
^4.7.2
qr_code_scanner
:
^1.0.1
dev_dependencies
:
flutter_test
:
...
...
windows/flutter/generated_plugin_registrant.cc
View file @
c09dfa71
...
...
@@ -7,6 +7,7 @@
#include "generated_plugin_registrant.h"
#include <connectivity_plus/connectivity_plus_windows_plugin.h>
#include <file_selector_windows/file_selector_windows.h>
#include <firebase_core/firebase_core_plugin_c_api.h>
#include <flutter_inappwebview_windows/flutter_inappwebview_windows_plugin_c_api.h>
#include <geolocator_windows/geolocator_windows.h>
...
...
@@ -17,6 +18,8 @@
void
RegisterPlugins
(
flutter
::
PluginRegistry
*
registry
)
{
ConnectivityPlusWindowsPluginRegisterWithRegistrar
(
registry
->
GetRegistrarForPlugin
(
"ConnectivityPlusWindowsPlugin"
));
FileSelectorWindowsRegisterWithRegistrar
(
registry
->
GetRegistrarForPlugin
(
"FileSelectorWindows"
));
FirebaseCorePluginCApiRegisterWithRegistrar
(
registry
->
GetRegistrarForPlugin
(
"FirebaseCorePluginCApi"
));
FlutterInappwebviewWindowsPluginCApiRegisterWithRegistrar
(
...
...
windows/flutter/generated_plugins.cmake
View file @
c09dfa71
...
...
@@ -4,6 +4,7 @@
list
(
APPEND FLUTTER_PLUGIN_LIST
connectivity_plus
file_selector_windows
firebase_core
flutter_inappwebview_windows
geolocator_windows
...
...
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