Skip to content
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 disable animation flag #25

Conversation

DevarshRanpara
Copy link
Contributor

Add disableanimation flag #22

DevarshRanpara and others added 3 commits September 25, 2019 16:16
Added disableAnimation flag to stop showing animation on tooltip
Updated code for more stability
Comment on lines +60 to +63
disposeOnTap == null
? true
: (onTargetClick == null ? false : true),
"onTargetClick is required if you're using disposeOnTap"),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why this is changed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it due to code format.

@@ -58,3 +58,4 @@ build/
instapk.log*
ios/Frameworks/
ios/Runner.xcworkspace/xcshareddata/
example/ios/Flutter/flutter_export_environment.sh
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think no need to update git ignore

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file contains path information for resources required to project (Path can be very based on computer) which is not required in git.

@simform-solutions simform-solutions changed the title Add disableanimation flag Add disable animation flag Nov 11, 2019
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.

3 participants