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:
Feodor Fitsner 2025-12-04 14:14:00 -08:00
parent 43f621711c
commit afe57e8703
1 changed files with 1 additions and 0 deletions

View File

@ -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