File tree Expand file tree Collapse file tree 6 files changed +8
-5
lines changed Expand file tree Collapse file tree 6 files changed +8
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.1.3
2
+ * Uses Klutter Gradle v2022.r6-7.alpha.
3
+
1
4
## 0.1.2
2
5
* Uses Klutter Gradle v2022.r6-6.alpha.
3
6
* Added adapter library with improved AdapterResponse class.
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Add the Klutter library to dependencies in the pubspec.yaml:
37
37
38
38
``` yaml
39
39
dependencies :
40
- klutter : ^0.1.2
40
+ klutter : ^0.1.3
41
41
` ` `
42
42
43
43
Then run:
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import "package:klutter/klutter.dart";
29
29
Future <void > main (List <String > args) async {
30
30
print ("""
31
31
════════════════════════════════════════════
32
- KLUTTER (v0.1.2 )
32
+ KLUTTER (v0.1.3 )
33
33
════════════════════════════════════════════
34
34
"""
35
35
.ok);
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import "package:klutter/klutter.dart";
29
29
Future <void > main (List <String > args) async {
30
30
print ("""
31
31
════════════════════════════════════════════
32
- KLUTTER (v0.1.2 )
32
+ KLUTTER (v0.1.3 )
33
33
════════════════════════════════════════════
34
34
"""
35
35
.ok);
Original file line number Diff line number Diff line change 1
1
/// The version of the Klutter Gradle Plugin.
2
- const klutterGradleVersion = "2022.r6-6 .alpha" ;
2
+ const klutterGradleVersion = "2022.r6-7 .alpha" ;
3
3
4
4
/// The minimum SDK version for Android.
5
5
const androidMinSdk = 21 ;
Original file line number Diff line number Diff line change 1
1
name : klutter
2
2
description : The Klutter Pub Plugin makes it possible to write a Flutter plugin for both Android and iOS using Kotlin only.
3
- version : 0.1.2
3
+ version : 0.1.3
4
4
homepage : https://buijs.dev
5
5
repository : https://github.com/buijs-dev/klutter-dart
6
6
You can’t perform that action at this time.
0 commit comments