29 lines
572 B
YAML
29 lines
572 B
YAML
name: flutter_cast_framework_modern_example
|
|
description: Demonstrates how to use the flutter_cast_framework_modern plugin.
|
|
version: 0.0.1
|
|
publish_to: 'none'
|
|
|
|
environment:
|
|
sdk: ">=2.17.0 <4.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
# iOS style icons (opzionale ma ok)
|
|
cupertino_icons: ^1.0.6
|
|
|
|
# usata dai widget del plugin
|
|
transparent_image: ^2.0.0
|
|
|
|
# 👉 plugin LOCALE: DEVE avere lo stesso nome del pubspec root
|
|
flutter_cast_framework_modern:
|
|
path: ../
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
|