0

I am making an android app for android tv which runs the whole day. There is no man to manually update the application and play store also does not actually update the application instantly even when settings are set for auto-update.

How can I achieve this either with 3rd party application or play store or programmatically

1 Answers1

1

have you tried this library:

  1. https://pub.dev/packages/flutter_autoupdate

  2. https://pub.dev/packages/new_version

Also, you should check this one: Flutter automatically update application when new version is available

Dima C
  • 39
  • 9