mirror of
https://github.com/flutter/samples.git
synced 2025-11-11 15:28:44 +00:00
24 lines
428 B
YAML
24 lines
428 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
|
|
flutter_lints: ^1.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|