Add new dependencies to pubspec.yaml
Added device_info_plus, shared_preferences, and url_launcher to the dependencies. Reordered some existing dependencies for consistency.
This commit is contained in:
parent
ec3a6a68a5
commit
f84d7dd8e2
|
|
@ -15,13 +15,16 @@ dependencies:
|
|||
|
||||
serious_python: 0.9.6
|
||||
|
||||
path: ^1.9.0
|
||||
cupertino_icons: ^1.0.6
|
||||
device_info_plus: ^12.1.0
|
||||
file_picker: ^10.3.3
|
||||
path_provider: ^2.1.4
|
||||
package_info_plus: ^9.0.0
|
||||
path_provider: ^2.1.4
|
||||
path: ^1.9.0
|
||||
screen_brightness: ^2.1.0
|
||||
sensors_plus: ^7.0.0
|
||||
shared_preferences: 2.5.3
|
||||
url_launcher: 6.3.2
|
||||
wakelock_plus: ^1.4.0
|
||||
window_manager: ^0.5.1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue