-
## Steps to Reproduce
1. Run `flutter create bug`.
2. Update the `./android/app/build.gradle` file by adding the following inside the `android` tag :-
```
buildTypes {
release {
…
-
Note: Providing complete information in the most concise form is the best way to get help. This issue template serves as the checklist for essential information to most of the technical issues and bug…
-
## Steps to Reproduce
1. Repo to reproduce https://github.com/lardyNiji/flutter_myapp
2. Update the following file :
- android/app/src/main/AndroidManifest.xml (line 47 to change `YOUR_K…
-
### Describe the bug
I am doing the https://github.com/cescoffier/quarkus-langchain4j-workshop
But I got stuck on step 04
Since I do not have an OPENAI KEY I am using this with Ollama.
I have:
```
…
-
Subscribe to this issue and stay notified about new [daily trending repos in Kotlin](https://github.com/trending/kotlin?since=daily).
-
run ./gradlew assembleRelease command is OK
but run `flutter build aar` failed
Log :
```
FAILURE: Build failed with an exception.
* Where:
Initialization script 'xxxxx/Flutter-Stable-1.…
-
When trying to dynamically update the number of tabs with a new TabController, an exception is thrown because the animation library attempts to reach an AnimationController that is no longer available…
-
Thanks for awesome framework.
I've created an app with Flutter which targets Android TVs along with mobiles and tablets. With little tweaking the app works great on Android TVs too. I'm facing the …
-
## Steps to Reproduce
1. Execute `flutter run` on the code sample
2. ... Tap the Floating Action Button
3. ... Tap the TextField so that the keyboard shows. Note the logs!
3. ... clos…
-
## Steps to Reproduce
1. Put a Draggable widget inside an InteractiveViewer
2. Zoom in
3. Drag the widget and the feedback widget is offset by a few pixels to the bottom right
4. Release and…