Skip to content

Commit

Permalink
[file_selector] Remove Linux implementation (#907)
Browse files Browse the repository at this point in the history
This plugin has been moved to flutter/plugins.

Also removes the old `file_chooser` README redirect, since
`file_selector` has now existed for quite a while, so `file_chooser`
references would be old enough that they aren't worth continuing to
handle.
  • Loading branch information
stuartmorgan authored Aug 19, 2022
1 parent f899e00 commit 17d4710
Show file tree
Hide file tree
Showing 40 changed files with 2 additions and 2,476 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/BUG-REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ body:
attributes:
label: Which plugin is this bug report about?
options:
- file_selector
- menubar
- window_size
validations:
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/OTHER.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ body:
attributes:
label: Which plugin is this request about?
options:
- file_selector
- menubar
- window_size
- A proposal for a new experimental plugin
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,3 @@ jobs:
flutter packages get
flutter build -v ${{matrix.TARGET}} --release
working-directory: ${{ github.workspace }}/fde/testbed
- name: Build file_selector implementations debug
if: startsWith(matrix.os, 'ubuntu')
run: |
flutter packages get
flutter build -v ${{matrix.TARGET}} --debug
working-directory: ${{ github.workspace }}/fde/plugins/file_selector/file_selector_linux/example
- name: Build file_selector implementations release
if: startsWith(matrix.os, 'ubuntu')
run: |
flutter packages get
flutter build -v ${{matrix.TARGET}} --release
working-directory: ${{ github.workspace }}/fde/plugins/file_selector/file_selector_linux/example
4 changes: 2 additions & 2 deletions plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ you should include them directly from this repository:
```
dependencies:
...
file_chooser:
menubar:
git:
url: https://github.com/google/flutter-desktop-embedding.git
path: plugins/file_chooser
path: plugins/menubar
ref: INSERT_HASH_HERE
```

Expand Down
6 changes: 0 additions & 6 deletions plugins/file_chooser/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions plugins/file_selector/README.md

This file was deleted.

248 changes: 0 additions & 248 deletions plugins/file_selector/analysis_options.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions plugins/file_selector/file_selector_linux/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions plugins/file_selector/file_selector_linux/CHANGELOG.md

This file was deleted.

25 changes: 0 additions & 25 deletions plugins/file_selector/file_selector_linux/LICENSE

This file was deleted.

19 changes: 0 additions & 19 deletions plugins/file_selector/file_selector_linux/README.md

This file was deleted.

Loading

0 comments on commit 17d4710

Please sign in to comment.