TheMeanCanEHdian

Results 9 issues of TheMeanCanEHdian

RenderBox width does not take into account the device orientation. This means if the width is updated while in landscape it will be incorrect.

Devices like the Samsung Galaxy Fold's outer screens have widths that are smaller than 300. This allows the drawer to be set to the correct width on these narrow screens...

Currently, `flutter_inner_drawer` supports using a negative horizontal offset. However, doing so breaks the animation when revealing and hiding the drawer, forcing you to use a minimum horizontal offset of `0`....

The [doc comment](https://github.com/aryzhov/flutter-expandable/blob/6d014754558e5c04c6a82af48b79e0b47ce66eb2/lib/expandable.dart#L47-L53) for crossFadePoint says the [default value is 0](https://github.com/aryzhov/flutter-expandable/blob/6d014754558e5c04c6a82af48b79e0b47ce66eb2/lib/expandable.dart#L53), however it appears to [actually be set to 0.5](https://github.com/aryzhov/flutter-expandable/blob/6d014754558e5c04c6a82af48b79e0b47ce66eb2/lib/expandable.dart#L15).

Leverage Tautulli API error messages to build more specific in app error messaging.

enhancement

### Is your feature request related to a problem? _No response_ ### What is your feature request? Since there is no response when a stream is terminated it might be...

enhancement

### How can we help? I am attempting to migrate to v5 but running into an import issue with the notification service extension. I am getting unresolved reference when attempting...

### What happened? While migrating to v5 I have run into an issue with the notification service extension as seen below. I am using the provide java code from [here](https://documentation.onesignal.com/docs/service-extensions#1-create-a-class-for-the-service-extension)...

### What happened? I am in the progress of updating my app. However, when OneSignal v3 tries to initialize it is crashing. I am using Flutter v3.24.0. ### Steps to...