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

Fixes usage of velocity tracker due to breaking change in Flutter #195

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

josh-burton
Copy link

Fixes #193.

@kleeb
Copy link

kleeb commented Sep 18, 2020

+1 for merging

@KieranLafferty
Copy link

@akshathjain is this repo still being maintained? Noticed that there haven't been any changes in the last 5 months just wondering if it's likely these PRs will get merged in

@omidraha
Copy link

Please merge.

@pcl
Copy link

pcl commented Sep 27, 2020

FYI you can depend on @josh-burton's version like so:

dependencies:
  sliding_up_panel:
    git:
      url: [email protected]:josh-burton/sliding_up_panel
      ref: 52e53f93b14dd2db4a8f758ddf30d319be69c884

I recommend using the SHA for the ref, and not the branch, since the SHA also serves to validate that the contents are the same as you expect them to be.

@sidrao2006
Copy link

This solution was obsoleted by another flutter update - https://api.flutter.dev/flutter/gestures/VelocityTracker/VelocityTracker.html

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.

Flutter new update causes crash
6 participants