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
f0423509ab
commit
ec3a6a68a5
|
|
@ -17,6 +17,7 @@ dependencies:
|
|||
|
||||
path: ^1.9.0
|
||||
cupertino_icons: ^1.0.6
|
||||
file_picker: ^10.3.3
|
||||
path_provider: ^2.1.4
|
||||
package_info_plus: ^9.0.0
|
||||
screen_brightness: ^2.1.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue