| name: file_selector_example |
| description: A new Flutter project. |
| publish_to: none |
| |
| version: 1.0.0+1 |
| |
| environment: |
| sdk: ">=2.17.0 <4.0.0" |
| flutter: ">=3.0.0" |
| |
| dependencies: |
| file_selector: |
| # When depending on this package from a real application you should use: |
| # file_selector: ^x.y.z |
| # See https://dart.dev/tools/pub/dependencies#version-constraints |
| # The example app is bundled with the plugin so we use a path dependency on |
| # the parent directory to use the current plugin's version. |
| path: ../ |
| flutter: |
| sdk: flutter |
| path_provider: ^2.0.9 |
| |
| dev_dependencies: |
| build_runner: ^2.1.10 |
| flutter_test: |
| sdk: flutter |
| |
| flutter: |
| uses-material-design: true |