dokar3

Results 41 comments of dokar3

Thanks for reporting, it looks like iOS libraries are broken due to the cross-compiling or something. iOS targets are not tested (Sorry for this) since I'm Windows only and not...

Hi, not very clear about this effect, any further details about the three-level linkage effect?

- Peeked state supports a friction height `PeekHeight.fraction(Float)`. - There is no Half state here, the default Peeked state is a Half state since its peek height is `PeekHeight.fraction(0.5f)`. -...

@borisphen I'd say no, currently, that's not possible. It was designed to have only three states, and the current API is difficult to change to meet this requirement. Might make...

Hi, Are you using the latest library version? Can you provide a code snippet to reproduce this bug?

Thanks for the information, will check it later when I'm free.

After trying hundreds of times and still not being able to reproduce this bug on both an Android 12 phone and an Android 11 emulator, I suspect that it may...

Hmm... Tried a lot with the case where the keyboard is open before the sheet is expanded, but I still can't reproduce this issue on my device/emulator, need more time...

Thanks for the idea! You are right, the dialog part is copied from the compose-ui package, modified the original source code to remove the background dim. Decoupling and exposing a...

Looks amazing! But I haven't had much time to update the project these days, will give it a try when I'm free to look at this project again.