Commit b109109
authored
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.1 parent 46d3dc0 commit b109109
File tree
40 files changed
+409
-1706
lines changed- lib
- res
- FlutterEngine.xcframework
- ios-arm64_x86_64-simulator
- FlutterEngine.framework
- Headers
- Modules
- dSYMs/FlutterEngine.framework.dSYM/Contents
- Resources/DWARF
- ios-arm64
- FlutterEngine.framework
- Headers
- Modules
- dSYMs/FlutterEngine.framework.dSYM/Contents
- Resources/DWARF
- src
- cli
- common
- consumer
- producer
- test/src
- cli
- common
- consumer
- producer
- systemtest
40 files changed
+409
-1706
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
153 | | - | |
154 | | - | |
| 152 | + | |
| 153 | + | |
155 | 154 | | |
156 | 155 | | |
157 | 156 | | |
158 | 157 | | |
159 | 158 | | |
160 | 159 | | |
161 | | - | |
| 160 | + | |
162 | 161 | | |
163 | 162 | | |
164 | 163 | | |
| |||
170 | 169 | | |
171 | 170 | | |
172 | 171 | | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
| 172 | + | |
180 | 173 | | |
181 | 174 | | |
182 | 175 | | |
| |||
186 | 179 | | |
187 | 180 | | |
188 | 181 | | |
189 | | - | |
190 | 182 | | |
191 | | - | |
| 183 | + | |
192 | 184 | | |
193 | 185 | | |
194 | 186 | | |
195 | 187 | | |
196 | | - | |
197 | | - | |
| 188 | + | |
198 | 189 | | |
199 | 190 | | |
200 | 191 | | |
201 | 192 | | |
202 | 193 | | |
203 | 194 | | |
204 | 195 | | |
205 | | - | |
206 | | - | |
| 196 | + | |
| 197 | + | |
207 | 198 | | |
208 | 199 | | |
209 | | - | |
210 | | - | |
| 200 | + | |
| 201 | + | |
211 | 202 | | |
212 | 203 | | |
213 | 204 | | |
| |||
This file was deleted.
Binary file not shown.
0 commit comments