Skip to content

Commit 960ca24

Browse files
committed
feat(app): add version information to update check
- Add currentAppVersion and latestRequiredVersion to the update check process - This allows for more precise version comparison and update handling
1 parent a813245 commit 960ca24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/app/view/app.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,8 @@ class _AppViewState extends State<_AppView> {
415415
iosUpdateUrl: state.remoteConfig!.appStatus.iosUpdateUrl,
416416
androidUpdateUrl:
417417
state.remoteConfig!.appStatus.androidUpdateUrl,
418+
currentAppVersion: state.currentAppVersion,
419+
latestRequiredVersion: state.latestAppVersion,
418420
),
419421
);
420422
}

0 commit comments

Comments
 (0)