Skip to content

Commit

Permalink
v1.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed May 2, 2024
1 parent 92edd52 commit 0a91f74
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.1.22] - 2024-05-02

* Update pubspec.yaml

## [1.1.21] - 2024-04-30

* Update pubspec.yaml
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Add the following to your `pubspec.yaml` file:

``` yaml
dependencies:
permission_policy: ^1.1.21
permission_policy: ^1.1.22
```
or with Dart:
Expand Down
80 changes: 76 additions & 4 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.5"
error_stack:
dependency: transitive
description:
name: error_stack
sha256: ad4e54bb6b7677d1e1dac4eb7350c0333e748470aa7b161c9a98678c359fb82c
url: "https://pub.dev"
source: hosted
version: "1.2.0"
fake_async:
dependency: transitive
description:
Expand Down Expand Up @@ -281,10 +289,10 @@ packages:
dependency: transitive
description:
name: nylo_support
sha256: c3f371843fa15ff7c2cc44c5c3464bbad62506231d40290ae72690a57bada1ed
sha256: da574461f42f6797d8b6a82088377a336b9e531ffe1fa21a254d597f4ab1e011
url: "https://pub.dev"
source: hosted
version: "5.67.1"
version: "5.68.0"
page_transition:
dependency: transitive
description:
Expand Down Expand Up @@ -355,7 +363,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.1.20"
version: "1.1.22"
platform:
dependency: transitive
description:
Expand Down Expand Up @@ -537,6 +545,70 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.3.2"
url_launcher:
dependency: transitive
description:
name: url_launcher
sha256: "6ce1e04375be4eed30548f10a315826fd933c1e493206eab82eed01f438c8d2e"
url: "https://pub.dev"
source: hosted
version: "6.2.6"
url_launcher_android:
dependency: transitive
description:
name: url_launcher_android
sha256: "360a6ed2027f18b73c8d98e159dda67a61b7f2e0f6ec26e86c3ada33b0621775"
url: "https://pub.dev"
source: hosted
version: "6.3.1"
url_launcher_ios:
dependency: transitive
description:
name: url_launcher_ios
sha256: "9149d493b075ed740901f3ee844a38a00b33116c7c5c10d7fb27df8987fb51d5"
url: "https://pub.dev"
source: hosted
version: "6.2.5"
url_launcher_linux:
dependency: transitive
description:
name: url_launcher_linux
sha256: ab360eb661f8879369acac07b6bb3ff09d9471155357da8443fd5d3cf7363811
url: "https://pub.dev"
source: hosted
version: "3.1.1"
url_launcher_macos:
dependency: transitive
description:
name: url_launcher_macos
sha256: b7244901ea3cf489c5335bdacda07264a6e960b1c1b1a9f91e4bc371d9e68234
url: "https://pub.dev"
source: hosted
version: "3.1.0"
url_launcher_platform_interface:
dependency: transitive
description:
name: url_launcher_platform_interface
sha256: "552f8a1e663569be95a8190206a38187b531910283c3e982193e4f2733f01029"
url: "https://pub.dev"
source: hosted
version: "2.3.2"
url_launcher_web:
dependency: transitive
description:
name: url_launcher_web
sha256: "8d9e750d8c9338601e709cd0885f95825086bd8b642547f26bda435aade95d8a"
url: "https://pub.dev"
source: hosted
version: "2.3.1"
url_launcher_windows:
dependency: transitive
description:
name: url_launcher_windows
sha256: ecf9725510600aa2bb6d7ddabe16357691b6d2805f66216a97d1b881e21beff7
url: "https://pub.dev"
source: hosted
version: "3.1.1"
validated:
dependency: transitive
description:
Expand Down Expand Up @@ -586,5 +658,5 @@ packages:
source: hosted
version: "1.0.4"
sdks:
dart: ">=3.3.0 <4.0.0"
dart: ">=3.3.3 <4.0.0"
flutter: ">=3.19.0"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: permission_policy
description: Permission policy helps you manage permissions in your Flutter application.
version: 1.1.21
version: 1.1.22
homepage: https://nylo.dev
repository: https://github.com/nylo-core/permission-policy
issue_tracker: https://github.com/nylo-core/permission-policy/issues
Expand All @@ -18,7 +18,7 @@ environment:
dependencies:
flutter:
sdk: flutter
nylo_support: ^5.67.1
nylo_support: ^5.68.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 0a91f74

Please sign in to comment.