File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- ## 0.2.2
1+ ## 0.2.3
22* Uses Klutter Gradle v2022.r6-9.alpha.
33
44## 0.2.1
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Add the Klutter library to dependencies in the pubspec.yaml:
3939
4040``` yaml
4141dependencies :
42- klutter : ^0.2.2
42+ klutter : ^0.2.3
4343 ` ` `
4444
4545Then run:
Original file line number Diff line number Diff line change 11/// The version of the Klutter Pub Plugin.
2- const klutterPubVersion = "0.2.2 " ;
2+ const klutterPubVersion = "0.2.3 " ;
33
44/// The version of the Klutter Gradle Plugin.
55const klutterGradleVersion = "2022.r6-9.alpha" ;
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ class PlatformModule {
272272 |
273273 |plugins {
274274 | id("com.android.library")
275- | id("dev.buijs.klutter.gradle ")
275+ | id("dev.buijs.klutter")
276276 | kotlin("multiplatform")
277277 | kotlin("plugin.serialization") version "1.6.10"
278278 |}
Original file line number Diff line number Diff line change 11name : klutter
22description : The Klutter Pub Plugin makes it possible to write a Flutter plugin for both Android and iOS using Kotlin only.
3- version : 0.2.2
3+ version : 0.2.3
44homepage : https://buijs.dev
55repository : https://github.com/buijs-dev/klutter-dart
66
Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ void main() {
348348
349349 plugins {
350350 id("com.android.library")
351- id("dev.buijs.klutter.gradle ")
351+ id("dev.buijs.klutter")
352352 kotlin("multiplatform")
353353 kotlin("plugin.serialization") version "1.6.10"
354354 }
You can’t perform that action at this time.
0 commit comments