meili_flutter_android 0.4.0
meili_flutter_android: ^0.4.0 copied to clipboard
Android implementation of the meili_flutter plugin
Changelog #
0.3.0-beta.5 #
- Made the Android Gradle build compatible with Android Gradle Plugin 9 (new DSL) while keeping AGP 8 support, using property-assignment syntax (
compileSdk,minSdk,compose,namespace) and thepackaging { jniLibs { pickFirsts } }block. - Bundled the Compose compiler plugin (
compose-compiler-gradle-plugin) so host apps no longer need to declareorg.jetbrains.kotlin.plugin.composethemselves. - Stopped pinning the Android Gradle Plugin in the plugin buildscript; it is now inherited from the host app, which avoids AGP version conflicts on AGP 9 hosts.
- Resolve the Meili Android SDK from the public GitHub Pages Maven repository (
https://meili-travel-tech.github.io/ux-native-android/); host apps no longer need GitHub Packages credentials (MEILI_GITHUB_USERNAME/MEILI_GITHUB_TOKEN). - Updated the Meili Android SDK dependency to 1.6.8.
0.3.0-beta.3 #
- Updated Android SDK dependency to 1.6.1.
- Switched to public
com.meili.travel.apiimports forAvailParams,AdditionalParams, andMeiliComposeListener. - Replaced direct
MeiliComposeusage inMeiliPlatformViewwithMeiliActivity.start()to work with the published SDK. - Fixed nullable
AvailParamshandling when callingMeiliActivity.start(). - Removed
mavenLocal()from Gradle repositories.
0.3.0-beta.2 #
- Updated license to proprietary.
0.3.0-beta.1 #
- Implemented
MeiliFlutterAndroidwithregisterWith()for federated plugin registration. - Unified method channel name to
meili_flutter. - Added
dartPluginClassto pubspec for automatic platform registration.