mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
29 lines
512 B
YAML
29 lines
512 B
YAML
name: animations
|
|
description: A new Flutter project.
|
|
version: 1.0.0+1
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: ">=2.17.0-0 <3.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
cupertino_icons: ^1.0.2
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^2.0.1
|
|
|
|
# plugin is not yet part of the flutter framework
|
|
window_size:
|
|
git:
|
|
url: https://github.com/google/flutter-desktop-embedding.git
|
|
path: plugins/window_size
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
assets:
|
|
- assets/
|