1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-22 04:17:50 +00:00

Add window setup to provider_counter (#1046)

This commit is contained in:
Miguel Beltran
2022-03-08 02:04:11 +01:00
committed by GitHub
parent 25dcadb0ef
commit 9e9f1dea4c
3 changed files with 47 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
name: provider_counter
description: >
The starter Flutter application, but using Provider to manage state.
publish_to: none
version: 1.0.0
@@ -13,6 +14,11 @@ dependencies:
provider: ^5.0.0
cupertino_icons: ^1.0.3
window_size:
git:
url: https://github.com/google/flutter-desktop-embedding.git
path: plugins/window_size
ref: 03d957e8b5c99fc83cd4a781031b154ab3de8753
dev_dependencies:
flutter_test: