Tags: buijs-dev/klutter-dart
Tags
Release 2.0.0 (#12) * Bump constraint SDK to 2.18.0 <4.0.0. Bump dependencies in generated code to klutter (pub) to 1.0.1 and klutter (gradle) to 2023.3.1.beta. Add method to retrieve flutter SDK version from klutter.yaml. * Bump Flutter SDK range to ">=2.17.6 <4.0.0". * Bump dependencies. * Downgrade dependencies due to incompatibility with SDK 2.17.6. * Bump dependencies * Prepare for 1.0.1 release. Run GHW build on ubuntu. * Run iOS init only on Mac OS. * Add kradle(w) Files to res and copy them on project init. Add GetFlutterSDK Task to download compatible Flutter SDK to kradle cache. Remove deprecated Task Install. * Fix platform_test. Extract arch and os from flutter=version command. * Add kradlew files with default config. * New kradle-wrapper.jar * Make copied gradle/kradle files executable. * Make copied gradle/kradle files executable. * Remove kradle files because klutterGetKradle (Gradle) Task will download them. * Bump AGP and Gradle dependencies. * Remove AndroidManifest.xml reference. * Overwrite the example/app/build.gradle file to controle android and kotlin gradle plugin versions. * Fix typo. * Overwrite the gradle-wrapper.properties in example/android folder. * Set path correctly to overwrite main.dart in example folder. * Fix namespace in example/android gradle file. * Add test coverage. * Fix test on windows. * Skip download flutter UT for coverage and code cleanup. * Fix invalid parsing ot TaskName.get and test coverage. * Testcoverage. * Test coverage. * Update readme. Release 2.0.0. * Bump codecov-action to v3.
Release 0.3.0 (#5) * Remove producer install tasks because v2023.1.1.beta gradle plugin handles installation through the compiler plugin. * Removed unused function. * Add mavenLocal to gradle files for easier integration testing. Add lookup function to get klutter BOM from root/klutter.yaml also for easier integration testing and project generation using kommand. * Move findKlutterBomVersion to task. * If version is quoted, then remove them in findKlutterBomVersion. * Add missing @controller annotation in platform example code. Update MyApp example code to use the 2023.1.1 klutter code. Bump Kotlin to 1.8.20 for Android apps. * Update readme. * Bump gradle-wrapper to 7.2. Add extra FAQ. * Add FlutterEngine.xcframework to the root/ios podspec file. Copy FlutterEngine.xcframework to ios/Klutter, not ios/Klutter/FlutterEngine.xcframework. * Set path to root in generated android build.gradle. Add embedded dependencies in android build.gradle. * KlutterAdaptee is deprecated. Use Event instead. * Remove ios init task because it should only be run when developer platform is an Intel Mac. This can be configured through Gradle build file. * Add change information to CHANGELOG. * Latest flutter-engine-kmp xcframework. * Remove FlutterEngine XCFramework and get the dependencies for both iOS and Android through the platform module. * Add flutter-engine to iosMain sourceSet dependencies. * Remove flutter-engine-android from producer android build.gradle because it is included through embedded dependency. * Make klutter_plugin_loader.gradle.kts smarter to use $root variable in a local path. * Release 0.3.0.
PreviousNext