This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree 1 file changed +10
-10
lines changed
packages/file_selector/file_selector_web 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- # file_picker_web
1
+ # file_selector_web
2
2
3
- The web implementation of [ ` file_picker ` ] [ 1 ] .
3
+ The web implementation of [ ` file_selector ` ] [ 1 ] .
4
4
5
5
## Usage
6
6
7
7
### Import the package
8
8
To use this plugin in your Flutter Web app, simply add it as a dependency in
9
- your pubspec alongside the base ` file_picker ` plugin.
9
+ your pubspec alongside the base ` file_selector ` plugin.
10
10
11
11
_ (This is only temporary: in the future we hope to make this package an
12
- "endorsed" implementation of ` file_picker ` , so that it is automatically
13
- included in your Flutter Web app when you depend on ` package:file_picker ` .)_
12
+ "endorsed" implementation of ` file_selector ` , so that it is automatically
13
+ included in your Flutter Web app when you depend on ` package:file_selector ` .)_
14
14
15
15
This is what the above means to your ` pubspec.yaml ` :
16
16
17
17
``` yaml
18
18
...
19
19
dependencies :
20
20
...
21
- file_picker : ^0.7.0
22
- file_picker_web : ^0.7.0
21
+ file_selector : ^0.7.0
22
+ file_selector_web : ^0.7.0
23
23
...
24
24
```
25
25
26
26
### Use the plugin
27
- Once you have the ` file_picker_web ` dependency in your pubspec, you should
28
- be able to use ` package:file_picker ` as normal.
27
+ Once you have the ` file_selector_web ` dependency in your pubspec, you should
28
+ be able to use ` package:file_selector ` as normal.
29
29
30
- [ 1 ] : ../file_picker/file_picker
30
+ [ 1 ] : https://pub.dev/packages/file_selector
You can’t perform that action at this time.
0 commit comments