-
## Steps to Reproduce
1. Create a sample app with a single video and add setLooping(true).
2. Let the video play till end and restart
3. Check the duration in microseconds when the video …
-
In my flutter web app I use websocket which is connects when user is logged in. Websocket is connecting in `initState` of Home widget and disconnects in `dispose`:
`main.dart`:
```dart
...
Mater…
-
I have such GUI
```
----------------------------------------------------------------------
| | Tab1 | Tab2 | |
| |----------------…
-
When using flutter markdown with custom block parsers, a `Null check operator used on a null value` error is thrown by the widgets library that can be traced back to:
MarkdownBuilder._addParentInlin…
-
There seems to be issues running multiple integration tests in separate files on desktop applications, where it crashes when moving between tests. It opens the second application to start testing but…
-
`Dart SDK version: 3.0.6 (stable) (Tue Jul 11 18:49:07 2023 +0000) on "macos_arm64"`
# LSP takes a long time before LSP actions work
Not sure how to debug this so if you have tips/approaches, pl…
-
When i want to release a new flutter app bundle to the play store. I get this error:
"This App Bundle contains native code, and you've not uploaded debug symbols. We recommend you upload a symbol fi…
-
## Steps to Reproduce
I am trying to pass a binary file from flutter asset to java.
1. Add model to `pubspec.yaml` file
```yaml
assets:
- assets/models/opennlp-en-ud-ewt-sentence.bi…
-
I'm developing a [package ](https://pub.dev/packages/kurdish_localization)to add support for Kurdish language which is RTL. I'm following [this guide ](https://flutter.dev/docs/development/accessibili…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
Auth
### Which platforms are affected?
Android
### Description
Cannot "flutte…