Zlati Pehlivanov

Results 66 comments of Zlati Pehlivanov

1. installed the plugin. 2. open a project folder 3. run the plugin 4. nothing happens no errors in a tooltip and nothing in the dev console. I've found something...

accentColor is deprecated this may need to change to something else.

I'm still missing popUntil. It is irreplace-able feature that I'm missing. go_router should have it if it wants to be a full featured navigator. Some guy told me I could...

> e the issue with an example app. Can you provi It was reproduced on older flutter. and previous version of the package [√] Flutter (Channel stable, 3.7.12, on Microsoft...

I can confirm image: ^4.1.3 and crop_your_image: ^0.7.5 plus flutter 3.13.8 the callback is firing again.

I haven't planned for this feature. You could restart the onboarding if the user have missed something or needs a reminder. The implementation is done that way - If the...

It's hard to implement. The whole logic around the stepper is removing an item from the beginning of the list on next step. If I have removed the item from...

Right, and I have made it support an arbitrary list of indexes not necessarily in order. See showWithIndexes

Well that's unfortunate. I'm not sure why in MaterialApp builder context there is no OverlayState [MaterialApp](https://api.flutter.dev/flutter/material/MaterialApp-class.html), which inserts an [Overlay](https://api.flutter.dev/flutter/widgets/Overlay-class.html) widget indirectly via its [Navigator](https://api.flutter.dev/flutter/widgets/Navigator-class.html). Could you check if in...

Ok then, you must provide an overlay some other way.