Eli Stark

Results 16 issues of Eli Stark

## 🐛 Bug Report I noticed strange behavior. When I dismiss a permission dialog it returns `PermissionStatus.permanentlyDenied` ### Expected behavior When dissmising a permission dialog it must return `PermissionStatus.denied`. ###...

I think it's a bug, why is the key changing to null if it's must be constant? But I want to say that the key is not changing internally in...

problem

I have 2 flutter apps and I share a database between them using the IOS app groups container, my 2 flutter apps can run simultaneously on the same device and...

bug

I noticed there is an implementation of this in java, can we have something like that in dart? https://github.com/objectbox/objectbox-java/issues/310

enhancement

**Steps to Reproduce** Use libraries with the following version: `^3.0.0-dev.8` and try to launch the app. **Debug console** ``` Launching lib/main.dart on Chrome in debug mode... lib/main.dart:1 : Error: Not...

**Steps to Reproduce** 1. Launch app 2. Hot restart 3. Switch collections in Inspector 4. You got the problem Maybe related to this somehow, this was a long time ago:...

**Describe what scenario you think is uncovered by the existing examples/articles** https://riverpod.dev/docs/concepts/reading **Describe why existing examples/articles do not cover this case** Section "Reading a Provider" doesn't cover case of using...

documentation

**Description** `semantic_pull_request` workflow fails when using exclamation point to mark commit as breaking change. Example: `feat!: this is breaking commit`. **Expected Behavior** Finish successfully when using "breaking change" syntax. **Additional...

bug
p1