I am having trouble to implement in_app_update package, there is no tutorial on YouTube about that and all available docs are incomplete. Can any one please guides me how to implement it step by step ? Or provide some docs with step by step instructions?
CodePudding user response:
I found this hope it helps
- You have to installed it on your dependencies:
https://pub.dev/packages/in_app_update/install
- Here's an example code:
https://pub.dev/packages/in_app_update/example
Hope I could helped you