1
0
mirror of https://github.com/flutter/samples.git synced 2026-04-23 15:31:29 +00:00

[federated_plugin_sample] modify the sample to expose battery API instead of geolocation API (#526)

This commit is contained in:
Ayush Bherwani
2020-08-25 11:52:42 +05:30
committed by GitHub
parent 033ae11733
commit 60691d00c0
17 changed files with 116 additions and 211 deletions

View File

@@ -1,6 +1,6 @@
# federated_plugin
A Flutter plugin sample that shows how to implement a federated plugin to fetch the device location on different platforms.
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.