-
For a new version of the package, I consider completely overhauling the API of this package.
**Fundamental problems of this package**
* The mutable class is often not needed, people often only car…
-
```dart
class Example extends AsyncNotifier {
...
void fn() {
state = AsyncLoading(); // KO, "update" will likely never complete
update((data) => ...);
}
void fn() {
upd…
-
The platform in [editable.dart](https://github.com/flutter/flutter/blob/b9817b4f595c9ee83bc0625efa60a19599565d63/packages/flutter/lib/src/rendering/editable.dart) should probably be obtained from the …
-
While using the nextPage() and previousPage() function of the CarouselSliderController it returns a Null check operator used on null value error. I was facing the same issue on carousel_slider package…
-
### Describe the bug
In our 2 Flutter applications, we are using the Datadog SDK to monitor Real User Monitoring (RUM) events. We have implemented a resource event mapper to filter query parameters f…
-
**Description**
When I used `@JsonValue` to specify `int` value to an enum entry, the value cannot be stored and the retrieved value will always be empty.
**Steps To Reproduce**
1. Annotate enu…
-
Hi,
thank you for your work on chewie.
I have separate image posters/thumbnails for my videos and would like to show them only when the video position is at zero.
I've setup an overlay widg…
-
Toolbar Options are not dismissible for SelectableLinkify widget if tapped outside the widget
-
Hey, trying to get this working on a RP4 using your omxplayer_video_player code and the sample app. I first made sure I followed the instructions here: https://github.com/ardera/flutter-pi and got tha…
-
When I build the app with my laptop, something strange happens
When I switch between the app pages, the error "Controller not found" appears randomly
and the error says it is OBX widget that causing…