Skip to content

Commit ae9bdfa

Browse files
committed
Improve readme and fix changelog
Signed-off-by: Mateus Felipe C. C. Pinto <[email protected]>
1 parent 6a0691d commit ae9bdfa

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
* Provide a simple, single function to get update availability for your Android or iOS app.
99
* Version checking based on published app version.
10-
* Foldable structure so that you have compile-time exhaustive check.
1110

1211
## Documentation
1312

update_available/CHANGELOG.md

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
- Support for Android namespace
44
- Update to Android `compileSdkVersion 34`
55
- Upgrade `flutter_lints` to `^3.0.2`
6-
7-
## 3.0.2
8-
96
- Support for `package_info_plus: '>=4.0.2 <9.0.0'` on iOS
107

118
## 3.0.1

update_available/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
* Provide a simple, single function to get update availability for your Android or iOS app.
99
* Version checking based on published app version.
10-
* ~~Foldable structure so that you have compile-time exhaustive check.~~
11-
* Since version 3.0 (with Dart 3.0), exhaustive check is done by using `switch`, as `Availability` is now a `sealed class`.
1210

1311
## Getting started
1412

0 commit comments

Comments
 (0)