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

Specify the id into iOS and androidId #1

Closed Tsagaanbayr1 closed 1 year ago

Tsagaanbayr1 commented 2 years ago

My app has two separate ids for Google Play and App Store. for iOS: "mn.asap.care", and for android: "mn.clinica.care". But the plugin has only one input named: "appId".

X-SLAYER commented 2 years ago

yes good point i will added it asap

timobaehr commented 1 year ago

What is about this issue? Do you still have to add two checker instances in your app for iOS or Android?

Is the README outdated?

AppVersionChecker({
    this.currentVersion,
    this.appId,
    this.androidStore = AndroidStore.googlePlayStore,
  });