1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-25 22:01:51 +00:00
Files
samples/experimental/federated_plugin/federated_plugin/example/pubspec.yaml
2021-04-06 18:59:58 +10:00

24 lines
424 B
YAML

name: federated_plugin_example
description: Demonstrates how to use the federated_plugin plugin.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
federated_plugin:
path: ../
cupertino_icons: ^1.0.2
dev_dependencies:
flutter_test:
sdk: flutter
pedantic: ^1.11.0
flutter:
uses-material-design: true