0.2.0+6
- Updates espresso-accessibility to 3.5.1.
- Updates espresso-idling-resource to 3.5.1.
0.2.0+5
- Updates android gradle plugin to 7.3.1.
0.2.0+4
- Updates minimum Flutter version to 2.10.
- Bumps gson to 2.9.1
0.2.0+3
0.2.0+2
- Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors lint warnings.
0.2.0+1
- Adds OS version support information to README.
- Updates
androidx.test.ext:junit
and androidx.test.ext:truth
for compatibility with updated Flutter template.
0.2.0
- Updates compileSdkVersion to 31.
- Breaking Change Update guava version to latest stable:
com.google.guava:guava:31.1-android
.
0.1.0+4
- Updated Android lint settings.
- Updated package description.
0.1.0+3
- Remove references to the Android v1 embedding.
0.1.0+2
- Migrate maven repo from jcenter to mavenCentral
0.1.0+1
- Minor code cleanup
- Package metadata updates
0.1.0
- Update SDK requirement for null-safety compatibility.
0.0.1+9
- Update Flutter SDK constraint.
0.0.1+8
- Android: Handle deprecation & unchecked warning as error.
0.0.1+7
- Update android compileSdkVersion to 29.
0.0.1+6
- Keep handling deprecated Android v1 classes for backward compatibility.
0.0.1+5
- Replace deprecated
getFlutterEngine
call on Android. - Fix CocoaPods podspec lint warnings.
0.0.1+4
0.0.1+3
- Make the pedantic dev_dependency explicit.
0.0.1+2
- Update te example app to avoid using deprecated api.
0.0.1+1
- Updates to README to avoid unnecessary imports and warnings.
0.0.1
- Initial open-source release of Espresso bindings for Flutter.