Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
MarsadMaqsood committed Jun 8, 2023
1 parent 896678d commit 0ad0dc9
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 29 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.2.2
- Updated packages to the latest version

## 0.2.1
- Update Dart SDK `">=2.19.0 <4.0.0"`
- Updated documentation
Expand Down
16 changes: 8 additions & 8 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ packages:
dependency: transitive
description:
name: dio
sha256: "347d56c26d63519552ef9a569f2a593dda99a81fdbdff13c584b7197cfe05059"
sha256: b99b1d56dc0d5dece70957023af002dbd49614b4a1bf86d3a254af3fe781bdf2
url: "https://pub.dev"
source: hosted
version: "5.1.2"
version: "5.2.0+1"
fake_async:
dependency: transitive
description:
Expand Down Expand Up @@ -100,10 +100,10 @@ packages:
dependency: transitive
description:
name: http
sha256: "5895291c13fa8a3bd82e76d5627f69e0d85ca6a30dcac95c4ea19a5d555879c2"
sha256: "4c3f04bfb64d3efd508d06b41b825542f08122d30bda4933fb95c069d22a4fa3"
url: "https://pub.dev"
source: hosted
version: "0.13.6"
version: "1.0.0"
http_parser:
dependency: transitive
description:
Expand Down Expand Up @@ -164,10 +164,10 @@ packages:
dependency: transitive
description:
name: package_info_plus
sha256: "10259b111176fba5c505b102e3a5b022b51dd97e30522e906d6922c745584745"
sha256: ceb027f6bc6a60674a233b4a90a7658af1aebdea833da0b5b53c1e9821a78c7b
url: "https://pub.dev"
source: hosted
version: "3.1.2"
version: "4.0.2"
package_info_plus_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -323,7 +323,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.2.1"
version: "0.2.2"
vector_math:
dependency: transitive
description:
Expand All @@ -349,5 +349,5 @@ packages:
source: hosted
version: "1.0.0"
sdks:
dart: ">=3.0.0-417 <4.0.0"
dart: ">=3.0.0 <4.0.0"
flutter: ">=3.3.0"
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0+2
publish_to: 'none'

environment:
sdk: ">=2.16.2 <3.0.0"
sdk: ">=2.16.2 <4.0.0"

dependencies:
flutter:
Expand Down
20 changes: 10 additions & 10 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ packages:
dependency: "direct dev"
description:
name: build_runner
sha256: "220ae4553e50d7c21a17c051afc7b183d28a24a420502e842f303f8e4e6edced"
sha256: "5e1929ad37d48bd382b124266cb8e521de5548d406a45a5ae6656c13dab73e37"
url: "https://pub.dev"
source: hosted
version: "2.4.4"
version: "2.4.5"
build_runner_core:
dependency: transitive
description:
Expand Down Expand Up @@ -173,10 +173,10 @@ packages:
dependency: "direct main"
description:
name: dio
sha256: "347d56c26d63519552ef9a569f2a593dda99a81fdbdff13c584b7197cfe05059"
sha256: b99b1d56dc0d5dece70957023af002dbd49614b4a1bf86d3a254af3fe781bdf2
url: "https://pub.dev"
source: hosted
version: "5.1.2"
version: "5.2.0+1"
fake_async:
dependency: transitive
description:
Expand Down Expand Up @@ -260,10 +260,10 @@ packages:
dependency: "direct main"
description:
name: http
sha256: "5895291c13fa8a3bd82e76d5627f69e0d85ca6a30dcac95c4ea19a5d555879c2"
sha256: "4c3f04bfb64d3efd508d06b41b825542f08122d30bda4933fb95c069d22a4fa3"
url: "https://pub.dev"
source: hosted
version: "0.13.6"
version: "1.0.0"
http_multi_server:
dependency: transitive
description:
Expand Down Expand Up @@ -356,10 +356,10 @@ packages:
dependency: "direct dev"
description:
name: mockito
sha256: dd61809f04da1838a680926de50a9e87385c1de91c6579629c3d1723946e8059
sha256: "8b46d7eb40abdda92d62edd01546051f0c27365e65608c284de336dccfef88cc"
url: "https://pub.dev"
source: hosted
version: "5.4.0"
version: "5.4.1"
open_filex:
dependency: "direct main"
description:
Expand All @@ -380,10 +380,10 @@ packages:
dependency: "direct main"
description:
name: package_info_plus
sha256: "10259b111176fba5c505b102e3a5b022b51dd97e30522e906d6922c745584745"
sha256: ceb027f6bc6a60674a233b4a90a7658af1aebdea833da0b5b53c1e9821a78c7b
url: "https://pub.dev"
source: hosted
version: "3.1.2"
version: "4.0.2"
package_info_plus_platform_interface:
dependency: transitive
description:
Expand Down
18 changes: 8 additions & 10 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: updater
description: A package to check for the custom in-app updates for Flutter.
version: 0.2.1
version: 0.2.2
homepage: https://github.com/MarsadMaqsood/updater

environment:
Expand All @@ -11,22 +11,20 @@ dependencies:
flutter:
sdk: flutter

# dio: ^5.0.3
dio: ^5.1.2
http: ^0.13.6
dio: ^5.2.0+1
http: ^1.0.0
open_filex: ^4.3.2
# package_info_plus: ^3.0.3
package_info_plus: ^3.1.2
package_info_plus: ^4.0.2
path_provider: ^2.0.15
platform: ^3.1.0

dev_dependencies:
flutter_lints: ^2.0.1
flutter_test:
sdk: flutter
# mockito: ^5.3.2
mockito: ^5.4.0
build_runner: ^2.4.4

flutter_lints: ^2.0.1
mockito: ^5.4.1
build_runner: ^2.4.5

flutter:

Expand Down

0 comments on commit 0ad0dc9

Please sign in to comment.