Skip to content

Commit fe41567

Browse files
authored
Move experimental (#2680)
Removes the remaining samples in `experimental`. They're now in the flutter/demos repository. *List which issues are fixed by this PR. For larger changes, raising an issue first helps reduce redundant work.* #2520 ## Pre-launch Checklist - [x] I read the [Flutter Style Guide] _recently_, and have followed its advice. - [x] I signed the [CLA]. - [x] I read the [Contributors Guide]. - [x] I have added sample code updates to the [changelog]. - [x] I updated/added relevant documentation (doc comments with `///`).
1 parent b4e7286 commit fe41567

File tree

373 files changed

+103
-15620
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

373 files changed

+103
-15620
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
A collection of open source samples that illustrate best practices for
66
[Flutter].
77

8+
## Contributing
9+
10+
We're very appreciative of fixes and necessary improvements to the existing samples. **But in most cases, we're not currently adding new samples to this repository** while we rethink sample code in the post-LLM world.
11+
12+
Please read the [contributor's guide] if you have contributions.
13+
14+
Googler's, you can freely add samples to the [flutter/demos] repository.
15+
816
## Index
917

1018
### Quickstarts
@@ -189,3 +197,4 @@ If you run into a bug in one of the samples, please file an issue in the
189197
[The FlutterDev Discord]: https://discord.gg/rflutterdev
190198
[The Flutter Community forum]: https://forum.itsallwidgets.com/latest
191199
[`flutter/samples` issue tracker]: https://github.com/flutter/samples/issues
200+
[flutter/demos]: https://github.com/flutter/demos
Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
# federated_plugin
1+
# Sample moved
22

3-
A Flutter plugin sample that shows how to implement a federated plugin to retrieve current battery level on different platforms.
4-
5-
This sample is currently being built. Not all platforms and functionality are in place.
6-
7-
## Goals for this sample
8-
9-
* Show how to develop a federated plugin which supports Android, iOS, web & desktop.
10-
* Demonstrate how to use Platform Channels to communicate with different platforms including Web and Desktop.
11-
12-
## Questions/issues
13-
14-
If you have a general question about Flutter, the best places to go are:
15-
16-
* [The FlutterDev Google Group](https://groups.google.com/forum/#!forum/flutter-dev)
17-
* [The Flutter Gitter channel](https://gitter.im/flutter/flutter)
18-
* [StackOverflow](https://stackoverflow.com/questions/tagged/flutter)
19-
20-
If you run into an issue with the sample itself, please file an issue [here](https://github.com/flutter/samples/issues).
3+
The `federated_plugin` sample has been moved to the [flutter/demos][https://github.com/flutter/demos] repository, and is no longer maintained.

experimental/federated_plugin/federated_plugin/.gitignore

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

experimental/federated_plugin/federated_plugin/.metadata

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

experimental/federated_plugin/federated_plugin/CHANGELOG.md

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

experimental/federated_plugin/federated_plugin/analysis_options.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

experimental/federated_plugin/federated_plugin/android/.gitignore

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

experimental/federated_plugin/federated_plugin/android/build.gradle

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

experimental/federated_plugin/federated_plugin/android/settings.gradle

Lines changed: 0 additions & 1 deletion
This file was deleted.

experimental/federated_plugin/federated_plugin/android/src/main/AndroidManifest.xml

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

0 commit comments

Comments
 (0)