More supported platforms
- stable: Android IOS WEB - WEB: Only chrome Firefox Safari and Edge - Can be understood as beta: Mac, Windows, Linux, Fuchsia - Mobile foldable support - Future: Embedded. Toyota vehicle systems, ready to be developed using the Flutter.Copy the code
IOS feature enhancements, incorporating 178 ios-related PR
Dart
- Null-security enhancements that incorporate null-checking into the type system at compile time to avoid crashes when null calls specific methods. At run time, Dart can directly import the SO library and call C functions, since the null check is removed and the efficiency improvement -ffI is performedCopy the code
Development tool enhancements
- DevTools added some new tools. - Firebase updated the plugin. - FlutterFix, which is used to handle deprecated API, how to keep API up to date without modifying the code. It's not stated. - Advertising supported. It's hardly used in China. It's not statedCopy the code