Moshe Dicker
Moshe Dicker
### Plugin battery_plus ### Use case The packages you guys have been maintaining are crucial for the Flutter ecosystem. Method Channels work great, but now that FFI and JNI are...
### Discussed in https://github.com/simolus3/drift/discussions/3565 Originally posted by **MaxLap** May 19, 2025 In the https://drift.simonbinder.eu/dart_api/tables docs pages, I cannot find the distinction between the following ways of declaring columns, which both...
I would like to run this on laptop on my local network. Other devices on the network would connect to this device via the local ip (e.g 192.168.1.40:8080). The caveat...
App crashes after hot restart when using Android audio player with Dart callbacks. The crash occurs because Java-side callback references to Dart objects become invalid after hot restart, but Java...
I'm experimenting with the dart bindings. Doing rapid executions is triggering this assert: ``` subjournal offset should be 0 ```
The cargokit.yaml file is missing a public_key. Result in an error at build: ``` [ +1 ms] SEVERE: ================================================================================ [ ] SEVERE: Cargokit BuildTool failed with error: [ ] SEVERE:...
This is most likely not a bug in j4rs, however I'm wondering what can be done to solve this. Using the default `actions-rust-lang/setup-rust-toolchain@v1` github action provides a caching layer which...
e.g. ```dart final id = useState(1); return AutoRouter.declarative( routes: (handler) { return [ HomeRoute(id: id.value), ]; }, ); ``` Updating the id above will not trigger a rebuild. The solution...
If you create a router that has `inherited: true` and then use that route in a declarative router, you will ge the dreaded: ``` '!managedByWidget': Pages stack can be managed...
### Package version master, commit 0853e5b ### Flutter version 3.38.2 ### Steps to reproduce 1. Hover over margin of widget ### Expected results Does not trigger onHover. The gesture Detector...