Issue/issue 503 curser not changing to click in web#611
Closed
thanhle1547 wants to merge 81 commits intoSimformSolutionsPvtLtd:masterfrom
Closed
Issue/issue 503 curser not changing to click in web#611thanhle1547 wants to merge 81 commits intoSimformSolutionsPvtLtd:masterfrom
thanhle1547 wants to merge 81 commits intoSimformSolutionsPvtLtd:masterfrom
Conversation
fix: ⚡ Optimize `GetPosition` class
fix: 🐛Targeted widget focusing issue when we are applying size co…
fix: 🐛 merge #718d86e without checking problems
feat: ✨ Add support of custom arrow painter
Feature/custom container margin
✨ Rewrite tooltip
✨ Migrate MediaQuery to new api sizeOf(context)
feat: ✨ Add support of custom the bounding box of the overlay that ge…
Also, add support for changing the horizontal margin of the tooltip
…om_tooltip feat: ✨ Add support of adding arrow painter for custom tooltip
fix: 🐛 PR #9 (showArrow did not update)
…_margin feat: ✨ Add support for changing arrow vertical margin
fix: 🐛 PR #9 (wrong display when TooltipPosition is top)
refactor (#fa7ec3a)
fix: 🩹 Fixed README.md
feat: ⬆️ Dart SDK Upgrade
- Switched to using raw github content url for package banner.
This commit updates the CHANGELOG.md to reflect a previously unrecorded fix in version 2.1.0.
- flutter_lint version update - minimum sdk constraint of dart - remove ambiguate function and delete extension.dart, helper.dart files - updated package's and example's pubspec.yaml
fix: 👕 update minimum sdk constraint
fix: 🐛 Fixed Null check operator used on a null value (SimformSolutionsPvtLtd#449)
feat!: 💥 Remove builder widget (SimformSolutionsPvtLtd#400)
fix: 🐛 Fixed Extra padding when add targetShapeBorder
- Added `titleAlignment` and `descriptionAlignment` parameters to align title and description within the tooltip widget - Renamed parameters `titleAlignment` to `titleTextAlign` and `descriptionAlignment` to `descriptionTextAlign`
Fix/issue 457
Add missing file that was merged in PR #31
…_issue fix: 🐛 Fixed mounter issue inside the `_scrollIntoView` function
…back feat: ✨Added on dismiss callback in showcase view widget (SimformSolutionsPvtLtd#500)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
fix: 🐛 Fixed curser not changing to click mode issue
Checklist
fix:,feat:,docs:etc).docsand added dartdoc comments with///.examplesordocs.Breaking Change?
Related Issues
Closes #503