SimformSolutionsPvtLtd / flutter_showcaseview

Flutter plugin that allows you to showcase your features on flutter application. 👌🔝🎉
https://pub.dev/packages/showcaseview
MIT License
1.48k stars 433 forks source link

feat: added prop to allow target's default behaviour #468

Closed pawanbangar closed 6 days ago

pawanbangar commented 1 month ago

added prop allowTargetInteraction which will allow target's default behaviour

Description

Currently we are not allowed to make target interactive, because positioned widget is drawn on top of overlay, this PR will remove that positioned widget, then user won't able to use onClick on target, this is not a breaking change allowTargetInteraction will handle this via removing that widget if passed as true

Checklist

Breaking Change?

Related Issues

Closes https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/467#issue-2451008787 and https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/issues/465#issue-2435049628

aditya-css commented 6 days ago

@pawanbangar I am closing this PR as per the comment I did on issue #467. Please ping me if you believe this is still necessary.