Chip Weinberger
Chip Weinberger
New errors =) Traceback (most recent call last): File "export_saved.py", line 336, in main() File "export_saved.py", line 330, in main save_saved(reddit) File "export_saved.py", line 293, in save_saved process(reddit, seq, "export-saved",...
I made a Dart port of MeltySynth =) Just wanted to let you know of its existence! https://github.com/chipweinberger/DartMeltySoundFont I looked around for days for a good SoundFont implementation to port...
See Videos. In Flutter, you cannot scroll then zoom. In iOS, you can. **Desired behavior A:** _Zoom->Scroll->Zoom->Scroll_ without needing to lift up fingers between gestures. This is how iOS and...
### Steps to reproduce 1. using iOS simulator, iOS 16.4 2. using xcode 14.3.1 (14E300c) 3. macOS 13.6.3 4. flutter 3.16.5 5. click the "debug" button that pops up next...
This happened after fist calling `scanForDevices` then `discoverServices` Exception has occurred. PlatformException (PlatformException(reactive_ble_mobile.Central.(unknown context at $10330b3c0).Failure:1, The operation couldn’t be completed. (reactive_ble_mobile.Central.(unknown context at $10330b3c0).Failure error 1.), {}, null))
As the title says, use FlutterEngineGroup for better perf on iOS. There is a separate PR for android: https://github.com/rmawatson/flutter_isolate/pull/150 this closes https://github.com/rmawatson/flutter_isolate/issues/149 https://github.com/rmawatson/flutter_isolate/issues/111 https://github.com/rmawatson/flutter_isolate/issues/73 I've tested these changes on iOS...
The example app needed some tender loving care. It was not building on latest flutter & android due to `Kotlin: Unsupported version of com.android.tools.build:gradle plugin: version 4.2.2 or higher should...
Removing uuid dependency. Why? lowers maintenance burden, and eliminates version conflicts with end users. This commit is a good example of what we want to avoid: https://github.com/rmawatson/flutter_isolate/commit/60367751fe5867377dfe861dd516b26538fd73f9 **Note:** this PR...
pretty self explanatory =) this PR is based on my branch, so when the other PRs are merged it will become smaller. the important commit is this one: https://github.com/rmawatson/flutter_isolate/pull/155/commits/e4f34020beb22bb786ce1df788cf69501a495a42 it...
Add macOS support. **Related Issue:** https://github.com/rmawatson/flutter_isolate/issues/56 **Note:** this PR was built off my other PRs, so it has 9 commits in it. The important commit is this one * [Feature]...