- Fix issue with non-windows builds breaking.
- Null Safety Migration (Finally!)
- Thanks to Rexios and Peter Ullrich.
- Min Dart 2.12 / Flutter 2.5
- Updated native component versions:
- Gradle 6.5
- Android Gradle Plugin 4.1.0
- Android compileSdkVersion 31
- AndroidX Wear 1.2.0
- Kotlin 1.5.10
- Removed
jcenter()repo requirement.
- Fix Kotlin/Android compileOnly dep on com.google.android.wearable:wearable.
- Updated to AndroidX and Android embedding v2.
- Renamed
Shapeis nowWearShape. - Renamed
Modeis nowWearMode. - Deprecated
InheritedShape. AddWatchShapeinstead and useWatchShape.of(context)to get the shape value.
- Initial release