feat: add support for inkwell widget#241
Merged
divyanshub024 merged 11 commits intoStacDev:devfrom May 11, 2025
Merged
Conversation
Created StacInkWell and StacInkwellParser for Inkwell widget support
…ties Added support for onDoubleTap, onLongPress, onTapDown, onTapUp, onTapCancel, onSecondaryTap, onSecondaryTapUp, onSecondaryTapDown, onSecondaryTapCancel, onHighlightChanged, and onHover in the StacInkWell model.
divyanshub024
requested changes
May 9, 2025
Member
divyanshub024
left a comment
There was a problem hiding this comment.
Thanks for the PR @AbhijithKonnayil 💯
Please check my suggestions.
packages/stac/lib/src/parsers/widgets/stac_inkwell/stac_inkwell_parser.dart
Show resolved
Hide resolved
packages/stac/lib/src/parsers/widgets/stac_inkwell/stac_inkwell_parser.dart
Show resolved
Hide resolved
Contributor
Author
updated the PR with your suggestions. Please cheak |
Member
|
Hey @AbhijithKonnayil!! Looks like PR format check is failing. Can you please check? |
divyanshub024
approved these changes
May 11, 2025
Member
divyanshub024
left a comment
There was a problem hiding this comment.
Thank you for your contribution @AbhijithKonnayil 🥇
lstonussi
pushed a commit
to SuaMusica/stac
that referenced
this pull request
Feb 25, 2026
* feat: Add basic Stac Inkwell suppot Created StacInkWell and StacInkwellParser for Inkwell widget support * feat: Add StacInkWell model and JSON serialization support * feat: Register StacInkwellParser and update WidgetType enum to include inkWell * feat: Add Stac InkWell json * feat: Enhance StacInkWell with additional gesture handlers and properties Added support for onDoubleTap, onLongPress, onTapDown, onTapUp, onTapCancel, onSecondaryTap, onSecondaryTapUp, onSecondaryTapDown, onSecondaryTapCancel, onHighlightChanged, and onHover in the StacInkWell model. * feat: Refactor inkWell example JSON structure for improved clarity and functionality * feat: Add Stac InkWell documentation with properties and example JSON * add empty line in StacInkwellParser for better readability. * feat: update home_screen by moving Inkwell to alphabetical order and added onTap functionality to Inkwell * fix: remove unnecessary empty line in StacInkwellParser for cleaner code --------- Co-authored-by: Divyanshu Bhargava <divyanshub024@gmail.com>
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
Add support for Inkwell
Related Issues #238
Type of Change