mirror of
https://github.com/flutter/samples.git
synced 2026-04-02 17:52:56 +00:00
[federated_plugin] adds support for Windows (#533)
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
name: federated_plugin_windows
|
||||
description: Windows implementation of federated_plugin to retrieve current battery level.
|
||||
version: 0.0.1
|
||||
author:
|
||||
homepage:
|
||||
publish_to: none
|
||||
|
||||
environment:
|
||||
sdk: ">=2.7.0 <3.0.0"
|
||||
flutter: ">=1.20.0 <2.0.0"
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
flutter:
|
||||
plugin:
|
||||
platforms:
|
||||
windows:
|
||||
pluginClass: FederatedPluginWindowsPlugin
|
||||
Reference in New Issue
Block a user