-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i am getting below error when i run this command : flutter pub run klutter:producer install=platform #14
Comments
Hm tutorial is a bit outdated. Did you follow the tutorial literally or did you use newer dependency versions? Which command gave this error? |
i followed each and every step of the tutorial , every step successfully ran but struck at step 3 could you please update the tutorial or suggest me some blogs or tutorials would be a great help i am trying this since 2 days thank you |
For now you can check the cookbook examples. I am refactoring the project and will update the tutorials when done, but because this is just a side project it takes a while... |
thank you @buijs-dev , if you need any help from my side, i am ready to help you , this project will become big for sure |
@vishwaprojects 2024.1.2 is released. Could you have a look at the cookbook examples and run them locally or try to create a new project using the Intellij/Android Studio plugin? |
definitely been waiting for your release @buijs-dev |
i cloned the hello_world i tried to run intiallly it prompted me to add the below thing in gradle so i added this in app level build gradle then i tried to run it i got the below error You are applying Flutter's app_plugin_loader Gradle plugin imperatively using the apply script method, which is deprecated and will be removed in a future release. Migrate to applying Gradle plugins with the declarative plugins block: https://flutter.dev/go/flutter-gradle-plugin-apply FAILURE: Build failed with an exception.
1 error
BUILD FAILED in 1s |
You should not have to do any changes to do the examples to run it. Can you try this:
|
./gradlew klutterGetKradle this command is giving the below error
solutions tried (from stack overflow ) changed my java home var into java 17 no use same error |
@vishwaprojects If you're still seeing the same error it's likely it's still relying on JDK 11. Have you tried removing it? |
i am following tutorial by klutter ( https://buijs.dev/klutter-2/)
KLUTTER: Received invalid command.
The following commands are valid:
flutter pub run klutter:consumer add lib=foo_example
flutter pub run klutter:consumer init
flutter pub run klutter:producer init
flutter pub run klutter:producer init bom= (default is 2023.3.1.beta)
flutter pub run klutter:producer init flutter= (default is 3.10.6)
flutter pub run klutter:producer init flutter= bom=
flutter pub run klutter:producer get flutter= (one of versions: {3.0.5, 3.3.10, 3.7.12, 3.10.6})
The text was updated successfully, but these errors were encountered: