1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-28 15:21:30 +00:00

Add window desktop setup to jsonexample (#1042)

This commit is contained in:
Miguel Beltran
2022-03-03 23:59:55 +01:00
committed by GitHub
parent 83539ccdc8
commit aa6aef0ef6
3 changed files with 43 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
name: jsonexample
description: A demonstration of JSON parsing
publish_to: none
environment:
sdk: ">=2.12.0 <3.0.0"
@@ -12,6 +13,12 @@ dependencies:
flutter:
sdk: flutter
window_size:
git:
url: https://github.com/google/flutter-desktop-embedding.git
path: plugins/window_size
ref: 03d957e8b5c99fc83cd4a781031b154ab3de8753
dev_dependencies:
flutter_test:
sdk: flutter