Jon Salmon
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...
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...
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...