currently, I used firebase_remote_config
to give update message to application.
But I update firebase manual when always release new version. Is that anyway to check google play store app version number with package name?
There's no official way to do it using Flutter. But you can write code in platform wise. Above way is for Android.
Official documentation click here
medium article click tutorial