-
Notifications
You must be signed in to change notification settings - Fork 384
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
Flutter new update causes crash #193
Comments
can anyone fix this issue, i cant run my app after upgrading flutter |
If you want to solve this issue, you can import dependency via git. Look to below code 👇
@josh-burton thanks for fix. |
Investigating, will merge #195 in the next day or two. |
Has it been merged yet because I am still facing the same error |
i have the same issue, pls fix this |
Please merge. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
./../flutter/.pub-cache/hosted/pub.dartlang.org/sliding_up_panel-1.0.2/lib/src/panel.dart:218:44: Error: Too few positional arguments: 1 required, 0 given.
VelocityTracker _vt = new VelocityTracker();
^
../../flutter/packages/flutter/lib/src/gestures/velocity_tracker.dart:152:3: Context: Found this candidate, but the arguments don't match.
VelocityTracker(this.kind);
To Reproduce
Using the plugin
Expected behavior
n/a
Screenshots
n/a
Additional context
I have updated to the newest version of flutter causing my device to crash on start
Smartphone (please complete the following information):
Sample
main.dart
`
The text was updated successfully, but these errors were encountered: