This repository was archived by the owner on Jul 6, 2026. It is now read-only.
Conversation
…p args and retrieve it everywhere flutter is used internally. TODO: use kommand cli to execute flutter/gradle commands.
…o not serialize duplicate dependencies in klutter.yaml. [3] Bugfix: incorrect keyword in generated IosAdapter. [4] Bump klutter (pub) and klutter_ui (pub) dependency versions.
…p args and retrieve it everywhere flutter is used internally. TODO: use kommand cli to execute flutter/gradle commands.
…is used internally.
# Conflicts: # CHANGELOG.md # gradle/wrapper/gradle-wrapper.jar # gradlew # lib-build/src/main/resources/publish.properties # lib/annotations/annotations.podspec # lib/gradle/src/main/resources/publish.properties # lib/kore/src/main/kotlin/dev/buijs/klutter/kore/project/PubspecBuilder.kt # lib/tasks/src/main/kotlin/dev/buijs/klutter/tasks/project/ActionInitKlutter.kt
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #25 +/- ##
============================================
- Coverage 78.83% 71.00% -7.84%
- Complexity 202 212 +10
============================================
Files 83 101 +18
Lines 2244 2700 +456
Branches 412 469 +57
============================================
+ Hits 1769 1917 +148
- Misses 363 657 +294
- Partials 112 126 +14
|
Skip CopyXCFrameworkTask if platform is windows. Normalize slashes in Flutter Lib imports.
Xyndra
reviewed
Oct 13, 2023
Xyndra
reviewed
Oct 15, 2023
|
|
||
| enum class OperatingSystem(val value: String) { | ||
| WINDOWS("windows"), | ||
| MACOS("macos") |
Owner
Author
There was a problem hiding this comment.
Good point, thanks! Need to test on Linux to.
Remove packages in kommand module. Add Linux to OS checking. TODO: Kommand options (add more interactive options). TODO: Test Jetbrains plugin.
Add Tasks to download kradle. Update commands to use klutter-dart 2.0.0. Move tasks to kore package. Rename kommand to kradle.
… build creates platform independent distributions.
Add flutter and gradlew executable commands. Add build command to build default platform module.
…urces or fix gradle dependency between kradle and gradle modules.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.