Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
A collection of open source samples that illustrate best practices for
[Flutter].

## Contributing

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.

Please read the [contributor's guide] if you have contributions.

Googler's, you can freely add samples to the [flutter/demos] repository.

## Index

### Quickstarts
Expand Down Expand Up @@ -189,3 +197,4 @@ If you run into a bug in one of the samples, please file an issue in the
[The FlutterDev Discord]: https://discord.gg/rflutterdev
[The Flutter Community forum]: https://forum.itsallwidgets.com/latest
[`flutter/samples` issue tracker]: https://github.com/flutter/samples/issues
[flutter/demos]: https://github.com/flutter/demos
21 changes: 2 additions & 19 deletions experimental/federated_plugin/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
# federated_plugin
# Sample moved

A Flutter plugin sample that shows how to implement a federated plugin to retrieve current battery level on different platforms.

This sample is currently being built. Not all platforms and functionality are in place.

## Goals for this sample

* Show how to develop a federated plugin which supports Android, iOS, web & desktop.
* Demonstrate how to use Platform Channels to communicate with different platforms including Web and Desktop.

## Questions/issues

If you have a general question about Flutter, the best places to go are:

* [The FlutterDev Google Group](https://groups.google.com/forum/#!forum/flutter-dev)
* [The Flutter Gitter channel](https://gitter.im/flutter/flutter)
* [StackOverflow](https://stackoverflow.com/questions/tagged/flutter)

If you run into an issue with the sample itself, please file an issue [here](https://github.com/flutter/samples/issues).
The `federated_plugin` sample has been moved to the [flutter/demos][https://github.com/flutter/demos] repository, and is no longer maintained.
29 changes: 0 additions & 29 deletions experimental/federated_plugin/federated_plugin/.gitignore

This file was deleted.

10 changes: 0 additions & 10 deletions experimental/federated_plugin/federated_plugin/.metadata

This file was deleted.

3 changes: 0 additions & 3 deletions experimental/federated_plugin/federated_plugin/CHANGELOG.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

46 changes: 0 additions & 46 deletions experimental/federated_plugin/federated_plugin/example/.gitignore

This file was deleted.

10 changes: 0 additions & 10 deletions experimental/federated_plugin/federated_plugin/example/.metadata

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading