Documentation

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
flutterui:faq [2021/12/14 10:33]
admin
flutterui:faq [2023/05/26 07:29]
admin
Line 4: Line 4:
 ==== Dependencies/​Versions ==== ==== Dependencies/​Versions ====
  
-All dependencies and version numbers are defined in [[https://​github.com/​sibvisions/​flutterclient/​blob/​master/​pubspec.yaml|pubscpec.yaml]]+All dependencies and version numbers are defined in [[https://​github.com/​sibvisions/​flutter_jvx/​blob/​master/​pubspec.yaml|pubscpec.yaml]]
 + 
 +e.g. 
 +<code bash> 
 +environment:​ 
 +  sdk: ">​=2.17.6 <​3.0.0"​ 
 +  flutter: "​3.7.12"​ 
 +</​code>​ 
 + 
 +== Android == 
 +For Android devices, we have following settings: 
 + 
 +<code bash> 
 +compileSdkVersion 33        
 +minSdkVersion 21 
 +targetSdkVersion 33 
 +</​code>​
  
 ==== Null safety ==== ==== Null safety ====
  
-Our flutterclient ​is [[https://​dart.dev/​null-safety/​understanding-null-safety|null safety]].+Our flutterclient ​uses [[https://​dart.dev/​null-safety/​understanding-null-safety|null safety]] ​and all dependencies use null safety.
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information