Jon Salmon

Results 7 issues of Jon Salmon

This pull request updates the plugin into the federated plugin architecture described [here](https://flutter.dev/docs/development/packages-and-plugins/developing-packages#federated-plugins). I am planning on adding Windows support for this plugin in the future, however, this pull request...

# Steps to reproduce 1. Clone the repository and build for Windows: https://github.com/Jon-Salmon/flutter_scrolling_tester 2. Observe how many rows of the app get scrolled per mouse wheel notch 3. Change the...

framework
f: scrolling
platform-windows
a: mouse
has reproducible steps
found in release: 3.7

onPlayerStateChanged sends AudioPlayerState.COMPLETED but no AudioPlayerState.PLAYING when release mode is set to LOOP after it loops. As such, if you just subscribe to onPlayerStateChanged the app doesn't know that audio...

bug
good first issue
platform-ios

Not sure if this affects performance, but I have been getting crashalytics errors relating to a missing cancel method on Android. The errors only seem to be generated while the...

Would it be possible to add a feature to allow crash reporting to be disabled for debug builds? An android implementation could look something like this https://stackoverflow.com/questions/16986753/how-to-disable-crashlytics-while-developing

Adds a few optimizations to the string decoder: - If length is zero can perform an early return - Brought the reading of the buffer inline as otherwise an extra...