klutter 0.2.0 copy "klutter: ^0.2.0" to clipboard
klutter: ^0.2.0 copied to clipboard

The Klutter Pub Plugin makes it possible to write a Flutter plugin for both Android and iOS using Kotlin only.

0.2.0 #

  • Uses Klutter Gradle v2022.r6-8.alpha.
  • New project template uses Klutter DSL to apply Klutter dependencies.
  • Flutter generated files are removed from lib folder after klutter init.
  • Moved task klutterInstallPlatform from generated build.gradle.kts to Gradle plugin.
  • Renamed task klutterInstallPlatfrom to klutterBuild.
  • Moved task klutterCopyAarFile from generated build.gradle.kts to Gradle plugin.
  • Moved task klutterIosFramework from generated build.gradle.kts to Gradle plugin.
  • Changed platform build.gradle.kts to create an XCFramework instead of fat framework for iOS.
  • Bugfix App does not work on Mac M1.

0.1.3 #

  • Uses Klutter Gradle v2022.r6-7.alpha.

0.1.2 #

  • Uses Klutter Gradle v2022.r6-6.alpha.
  • Added adapter library with improved AdapterResponse class.
  • As of 0.1.2 Klutter is required as dependency instead of dev_dependency.

0.1.1 #

  • Producer Install task no longer depends on Init task.
  • Formatting fixes in documentation.

0.1.0 #

  • Uses Klutter Gradle v2022.r6.alpha.
  • Initial version with iOS and Android support.
  • Contains the tasks:
    • klutter:consumer init
    • klutter:consumer init=android
    • klutter:consumer init=android,ios
    • klutter:producer init
    • klutter:producer install=platform
    • klutter:producer install=library
52
likes
0
pub points
38%
popularity

Publisher

verified publisherbuijs.dev

The Klutter Pub Plugin makes it possible to write a Flutter plugin for both Android and iOS using Kotlin only.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dart_style

More

Packages that depend on klutter