pull/596/head
Brett Morgan 5 years ago committed by GitHub
parent 84d0251e2a
commit 689d7f2c8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -64,7 +64,7 @@ class Unsplash {
dynamic body; dynamic body;
try { try {
body = json.decode(response.body); body = json.fuse(utf8).decode(response.bodyBytes);
} catch (e) { } catch (e) {
throw UnsplashException('Invalid JSON received'); throw UnsplashException('Invalid JSON received');
} }

@ -175,7 +175,7 @@ packages:
name: coverage name: coverage
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.14.1" version: "0.14.2"
crypto: crypto:
dependency: transitive dependency: transitive
description: description:
@ -216,7 +216,7 @@ packages:
description: description:
path: "plugins/file_chooser" path: "plugins/file_chooser"
ref: HEAD ref: HEAD
resolved-ref: "8ea9f1ce79f04e44bd6392f4155a014b0a7eb6e8" resolved-ref: "85dde09b702a0cb1f5e1392d2f030bdc3d4e5be3"
url: "https://github.com/google/flutter-desktop-embedding.git" url: "https://github.com/google/flutter-desktop-embedding.git"
source: git source: git
version: "0.2.0" version: "0.2.0"
@ -345,7 +345,7 @@ packages:
description: description:
path: "plugins/menubar" path: "plugins/menubar"
ref: HEAD ref: HEAD
resolved-ref: "8ea9f1ce79f04e44bd6392f4155a014b0a7eb6e8" resolved-ref: "85dde09b702a0cb1f5e1392d2f030bdc3d4e5be3"
url: "https://github.com/google/flutter-desktop-embedding.git" url: "https://github.com/google/flutter-desktop-embedding.git"
source: git source: git
version: "0.1.0" version: "0.1.0"
@ -369,7 +369,7 @@ packages:
name: msix name: msix
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.1.0" version: "0.1.2"
nested: nested:
dependency: transitive dependency: transitive
description: description:

@ -39,7 +39,7 @@ dev_dependencies:
build_runner: ^1.7.2 build_runner: ^1.7.2
built_value_generator: ^7.0.0 built_value_generator: ^7.0.0
grinder: ^0.8.3 grinder: ^0.8.3
msix: ^0.1.0 msix: ^0.1.2
source_gen: ^0.9.4 source_gen: ^0.9.4
test: ^1.9.4 test: ^1.9.4
tuneup: ^0.3.6 tuneup: ^0.3.6
@ -48,8 +48,8 @@ flutter:
uses-material-design: true uses-material-design: true
msix_config: msix_config:
display_name: Photo Search display_name: Flutter Desktop Photo Search
publisher_name: Flutter publisher_name: flutter.dev
identity_name: Google.Flutter.PhotoSearch identity_name: Google.Flutter.PhotoSearch
msix_version: 1.0.0.0 msix_version: 1.0.0.0
# certificate_subject: CN=MyName # certificate_subject: CN=MyName

Loading…
Cancel
Save