Add share_plus dependency to pubspec.yaml
Included the share_plus package (version ^12.0.1) in dependencies to enable sharing functionality within the project.
This commit is contained in:
parent
43f621711c
commit
afe57e8703
|
|
@ -26,6 +26,7 @@ dependencies:
|
||||||
screen_brightness: ^2.1.0
|
screen_brightness: ^2.1.0
|
||||||
sensors_plus: ^7.0.0
|
sensors_plus: ^7.0.0
|
||||||
shared_preferences: 2.5.3
|
shared_preferences: 2.5.3
|
||||||
|
share_plus: ^12.0.1
|
||||||
url_launcher: 6.3.2
|
url_launcher: 6.3.2
|
||||||
wakelock_plus: ^1.4.0
|
wakelock_plus: ^1.4.0
|
||||||
window_manager: ^0.5.1
|
window_manager: ^0.5.1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue