You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,12 @@ class MyApp extends StatelessWidget {
118
118
}
119
119
```
120
120
121
+
### Note:
122
+
1. For opening the app store/playstore the app should be live.
123
+
2. It might not be able to open the app store/playstore in simulator. You can try it in physical device.
124
+
3. You can find a sample app from here [app_upgrade_flutter_demo_app](https://github.com/appupgrade-dev/app_upgrade_flutter_demo_app)
125
+
4. Read detailed blog on how to integrate from here [How to upgrade/force upgrade Flutter app](https://appupgrade.dev/blog/how-to-force-upgrade-flutter-app)
0 commit comments