1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Tidyup animations sample (#1672)

* Tidyup

* Drop `flutterAnimateDemos`
This commit is contained in:
Brett Morgan
2023-02-28 10:59:42 +11:00
committed by GitHub
parent 1a8c9a45b1
commit b52d7f7744
15 changed files with 166 additions and 91 deletions

View File

@@ -9,8 +9,11 @@ environment:
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
go_router: ^6.0.0
window_size: # plugin is not yet part of the flutter framework
git:
url: https://github.com/google/flutter-desktop-embedding.git
path: plugins/window_size
dev_dependencies:
analysis_defaults:
@@ -18,11 +21,6 @@ dev_dependencies:
flutter_test:
sdk: flutter
# 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