-
-
Notifications
You must be signed in to change notification settings - Fork 86
Add tool tip theme #398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tool tip theme #398
Conversation
|
Caution Review failedThe pull request is closed. WalkthroughThis PR introduces comprehensive tooltip theme support to the Stac framework by adding a new Changes
Sequence DiagramsequenceDiagram
actor Config as JSON Config
participant FromJson as StacTooltipThemeData
participant Parser as StacTooltipThemeDataParser
participant Flutter as TooltipThemeData
Config->>FromJson: parse JSON
FromJson->>FromJson: deserialize fields<br/>(height, constraints,<br/>padding, decoration, etc.)
activate FromJson
FromJson->>FromJson: parse nested objects<br/>(StacBoxDecoration,<br/>StacTextStyle, etc.)
deactivate FromJson
FromJson->>Parser: new instance created
Parser->>Parser: parse(BuildContext)
activate Parser
Parser->>Parser: map all 15 fields<br/>to Flutter equivalents
deactivate Parser
Parser->>Flutter: return TooltipThemeData
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes
Possibly related PRs
Suggested reviewers
Poem
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: defaults Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (8)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description
Add support for
StacTooltipThemeDatain Stac.Type of Change
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.