Add file_picker dependency to pubspec.yaml
Included the file_picker package (version ^10.3.3) in dependencies to enable file selection functionality in the project.
This commit is contained in:
parent
e6cc49ad0d
commit
61311bdcb9
|
|
@ -14,6 +14,7 @@ dependencies:
|
||||||
serious_python: 0.9.6
|
serious_python: 0.9.6
|
||||||
|
|
||||||
path: ^1.9.0
|
path: ^1.9.0
|
||||||
|
file_picker: ^10.3.3
|
||||||
url_strategy: ^0.2.0
|
url_strategy: ^0.2.0
|
||||||
cupertino_icons: ^1.0.6
|
cupertino_icons: ^1.0.6
|
||||||
path_provider: ^2.1.4
|
path_provider: ^2.1.4
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue