Skip to content

Renamed to avoid conflict with Flutter's TooltipPositionDelegate (Flutter 3.4+)#164

Merged
bensonarafat merged 3 commits intobensonarafat:developfrom
SirajMM:bugfix/tooltip-position-delegate-conflict
Feb 12, 2026
Merged

Renamed to avoid conflict with Flutter's TooltipPositionDelegate (Flutter 3.4+)#164
bensonarafat merged 3 commits intobensonarafat:developfrom
SirajMM:bugfix/tooltip-position-delegate-conflict

Conversation

@SirajMM
Copy link
Contributor

@SirajMM SirajMM commented Feb 12, 2026

Fix Flutter SDK class name conflict

Flutter 3.41 introduced TooltipPositionDelegate in the framework
(raw_tooltip.dart), which conflicts with the class of the same name
defined in this package.

This PR:

  • Renames the package class to SuperTooltipPositionDelegate
  • Updates all internal references
  • Restores compatibility with Flutter 3.41+ without breaking behavior

@bensonarafat bensonarafat changed the base branch from master to develop February 12, 2026 16:51
@bensonarafat bensonarafat merged commit 517bcdb into bensonarafat:develop Feb 12, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants