Ruble

Results 14 comments of Ruble

I was preparing tasks to implement a new version of the package and therefore pinned this task since it was open at that moment. So it's mostly a reminder for...

Adding a line ``` // ignore_for_file: invalid_annotation_target ``` to the model file helped improve the specs.

Temporarily, I can't suggest anything better than for everyone to replace `Color(` with `Color.from(` on their own

Same problem. It helped me to wrap the page where the dialog is called in `WillPopScope` and use `onWillPop`. And `PopScope` gives an error like yours. ``` Flutter 3.22.3 •...