Documentation

(flutterui)

How version check works

The flutter application doesn't work without the backend server. This server has a specific version and also the flutter application has support for a specific server version. If version is not supported, a message is shown in the flutter application.

How does the version check work?

The flutter application sends the supported version to the server and the server checks with its own version number.

Following rules: (1.0.0 = Major.Minor.Build)

ClientServerStatus
2.0.03.0.0Error
2.1.02.0.0Error
2.1.02.1.1OK
2.1.02.2.0OK
2.1.12.1.0OK

Details: https://github.com/sibvisions/flutter_jvx/issues/49

This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information