-
-
Notifications
You must be signed in to change notification settings - Fork 58
feat: add support to StacDouble class #253
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
feat: add support to StacDouble class #253
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.
…added onTap functionality to Inkwell
There are some formatting issues. Can you please fix it? |
the job output says the changes are in these files examples/counter_example/pubspec.lock I havent changes any of these files in my pr. Am I missing something ? |
@AbhijithKonnayil It happened because of new Flutter version came out. I've updated the pubspec.lock file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this PR @AbhijithKonnayil 🎉
Description
Add StacDouble support to the framwork
StacDouble
instead of doubleRelated Issues #226
Type of Change