8000 [file_selector] Remove Linux implementation (#907) · google/flutter-desktop-embedding@17d4710 · GitHub
[go: up one dir, main page]

Skip to content

Commit 17d4710

Browse files
[file_selector] Remove Linux implementation (#907)
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.
1 parent f899e00 commit 17d4710

40 files changed

+2
-2476
lines changed
< 8000 button class="Button Button--iconOnly Button--invisible flex-shrink-0 flex-order-1" aria-label="Collapse file: .github/ISSUE_TEMPLATE/BUG-REPORT.yml">

.github/ISSUE_TEMPLATE/BUG-REPORT.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ body:
1717
attributes:
1818
label: Which plugin is this bug report about?
1919
options:
20-
- file_selector
2120
- menubar
2221
- window_size
2322
validations:

.github/ISSUE_TEMPLATE/OTHER.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ body:
1717
attributes:
1818
label: Which plugin is this request about?
1919
options:
20-
- file_selector
2120
- menubar
2221
- window_size
2322
- A proposal for a new experimental plugin

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,3 @@ jobs:
6262
flutter packages get
6363
flutter build -v ${{matrix.TARGET}} --release
6464
working-directory: ${{ github.workspace }}/fde/testbed
65-
- name: Build file_selector implementations debug
66-
if: startsWith(matrix.os, 'ubuntu')
67-
run: |
68-
flutter packages get
69-
flutter build -v ${{matrix.TARGET}} --debug
70-
working-directory: ${{ github.workspace }}/fde/plugins/file_selector/file_selector_linux/example
71-
- name: Build file_selector implementations release
72-
if: startsWith(matrix.os, 'ubuntu')
73-
run: |
74-
flutter packages get
75-
flutter build -v ${{matrix.TARGET}} --release
76-
working-directory: ${{ github.workspace }}/fde/plugins/file_selector/file_selector_linux/example

plugins/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ you should include them directly from this repository:
1212
```
1313
dependencies:
1414
...
15-
file_chooser:
15+
menubar:
1616
git:
1717
url: https://github.com/google/flutter-desktop-embedding.git
18-
path: plugins/file_chooser
18+
path: plugins/menubar
1919
ref: INSERT_HASH_HERE
2020
```
2121

plugins/file_chooser/README.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

plugins/file_selector/README.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

plugins/file_selector/analysis_options.yaml

Lines changed: 0 additions & 248 deletions
This file was deleted.

plugins/file_selector/file_selector_linux/.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

plugins/file_selector/file_selector_linux/CHANGELOG.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

plugins/file_selector/file_selector_linux/LICENSE

Lines changed: 0 additions & 25 deletions
This file was deleted.

plugins/file_selector/file_selector_linux/README.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0