X-SLAYER / app_version_checker

A lightweight flutter plugin to check if your app is up-to-date on Google Play Store or Apple App Store
https://pub.dev/packages/flutter_app_version_checker
MIT License
12 stars 44 forks source link

#3 Add release notes for PlayStore/ApkPure/iOS #10

Open timobaehr opened 1 year ago

timobaehr commented 1 year ago

Add release notes for iOS

For iOS, the release notes can be queried in a simple way.

Add release notes for ApkPure

ApkPure is HTML and release notes must be extracted via regular expression.

Google Play status

Google Play is HTML and release notes must be extracted via regular expression.

Refactoring