mirror of https://github.com/flutter/samples.git
23 lines
407 B
23 lines
407 B
name: federated_plugin_windows
|
|
description: Windows implementation of federated_plugin to retrieve current battery level.
|
|
version: 0.0.1
|
|
homepage:
|
|
|
|
environment:
|
|
sdk: ">=2.17.0-0 <3.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^2.0.1
|
|
|
|
flutter:
|
|
plugin:
|
|
platforms:
|
|
windows:
|
|
pluginClass: FederatedPluginWindowsPlugin
|