From b1bb2f9264ff6daf22106545c4cd9ba223182ae4 Mon Sep 17 00:00:00 2001 From: Shyam Parmar Date: Wed, 23 Sep 2020 09:54:17 +0930 Subject: [PATCH] pub spec upgrade (#14) * pub spec upgrade * Manup version update code. Co-authored-by: sparmar --- CHANGELOG.md | 3 +++ pubspec.lock | 57 ++++++++++++++++++++++++++++++++++++++++++---------- pubspec.yaml | 4 ++-- 3 files changed, 51 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8446f9c..157f33a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [1.0.2] +pub spec upgrade +Stop throwing reading file exception. ## [1.0.1] Add capability to store and retrieve man up config. ## [1.0.0] diff --git a/pubspec.lock b/pubspec.lock index a007550..876f3b8 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -50,6 +50,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.1.0" + ffi: + dependency: transitive + description: + name: ffi + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.3" file: dependency: transitive description: @@ -78,14 +85,14 @@ packages: name: http url: "https://pub.dartlang.org" source: hosted - version: "0.12.0" + version: "0.12.2" http_parser: dependency: transitive description: name: http_parser url: "https://pub.dartlang.org" source: hosted - version: "3.1.3" + version: "3.1.4" intl: dependency: transitive description: @@ -113,14 +120,14 @@ packages: name: mockito url: "https://pub.dartlang.org" source: hosted - version: "4.0.0" + version: "4.1.1" package_info: dependency: "direct main" description: name: package_info url: "https://pub.dartlang.org" source: hosted - version: "0.3.2" + version: "0.4.3" path: dependency: transitive description: @@ -134,7 +141,7 @@ packages: name: path_provider url: "https://pub.dartlang.org" source: hosted - version: "1.6.11" + version: "1.6.17" path_provider_linux: dependency: transitive description: @@ -148,7 +155,7 @@ packages: name: path_provider_macos url: "https://pub.dartlang.org" source: hosted - version: "0.0.4+3" + version: "0.0.4+4" path_provider_platform_interface: dependency: transitive description: @@ -156,6 +163,20 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.0.3" + path_provider_windows: + dependency: transitive + description: + name: path_provider_windows + url: "https://pub.dartlang.org" + source: hosted + version: "0.0.4+1" + pedantic: + dependency: transitive + description: + name: pedantic + url: "https://pub.dartlang.org" + source: hosted + version: "1.9.0" platform: dependency: transitive description: @@ -190,7 +211,7 @@ packages: name: pub_semver url: "https://pub.dartlang.org" source: hosted - version: "1.4.2" + version: "1.4.4" sky_engine: dependency: transitive description: flutter @@ -251,7 +272,7 @@ packages: name: url_launcher url: "https://pub.dartlang.org" source: hosted - version: "5.5.0" + version: "5.7.0" url_launcher_linux: dependency: transitive description: @@ -265,21 +286,28 @@ packages: name: url_launcher_macos url: "https://pub.dartlang.org" source: hosted - version: "0.0.1+7" + version: "0.0.1+8" url_launcher_platform_interface: dependency: transitive description: name: url_launcher_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "1.0.7" + version: "1.0.8" url_launcher_web: dependency: transitive description: name: url_launcher_web url: "https://pub.dartlang.org" source: hosted - version: "0.1.2" + version: "0.1.3+2" + url_launcher_windows: + dependency: transitive + description: + name: url_launcher_windows + url: "https://pub.dartlang.org" + source: hosted + version: "0.0.1+1" vector_math: dependency: transitive description: @@ -287,6 +315,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.0.8" + win32: + dependency: transitive + description: + name: win32 + url: "https://pub.dartlang.org" + source: hosted + version: "1.7.3" xdg_directories: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index ff5126d..ecc1c1c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: manup description: Mandatory update for Flutter Apps. -version: 1.0.1 +version: 1.0.2 homepage: https://github.com/NextFaze/flutter_manup environment: @@ -9,7 +9,7 @@ environment: dependencies: flutter: sdk: flutter - package_info: ^0.3.2 + package_info: ^0.4.3 pub_semver: ^1.4.2 http: ^0.12.0 meta: ^1.1.8