mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 14:58:34 +00:00
Add Desktop window setup to Animations sample (#1035)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
name: animations
|
||||
description: A new Flutter project.
|
||||
version: 1.0.0+1
|
||||
publish_to: none
|
||||
|
||||
environment:
|
||||
sdk: ">=2.12.0 <3.0.0"
|
||||
@@ -15,6 +16,13 @@ dev_dependencies:
|
||||
sdk: flutter
|
||||
flutter_lints: ^1.0.0
|
||||
|
||||
# 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
|
||||
ref: 03d957e8b5c99fc83cd4a781031b154ab3de8753
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
assets:
|
||||
|
||||
Reference in New Issue
Block a user