We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a57d99e commit 0284455Copy full SHA for 0284455
update_available_ios/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 3.0.1
2
+
3
+- Supported `package_info_plus` 5
4
5
## 3.0.0
6
7
- Requires Dart 3.0 or later
update_available_ios/pubspec.yaml
@@ -1,6 +1,6 @@
name: update_available_ios
description: iOS platform implementation of update_available
-version: 3.0.0
+version: 3.0.1
repository: https://github.com/mateusfccp/update_available/tree/master/update_available_ios
environment:
@@ -11,7 +11,7 @@ dependencies:
11
flutter:
12
sdk: flutter
13
meta: ^1.9.1
14
- package_info_plus: ^4.0.2
+ package_info_plus: ">=4.0.2 <6.0.0"
15
pub_semver: ^2.1.4
16
update_available_platform_interface: ^4.0.0
17
0 commit comments