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

Exception when use NumberPickerDialog.integer() #65

Closed
polis opened this issue Jan 20, 2020 · 2 comments
Closed

Exception when use NumberPickerDialog.integer() #65

polis opened this issue Jan 20, 2020 · 2 comments

Comments

@polis
Copy link

polis commented Jan 20, 2020

Hi,

Thanks for that lib!

I used the NumberPickerDialog in my code.
After select the number and press ok It shows error in console:

E/flutter (28635): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: 'package:flutter/src/widgets/scroll_controller.dart': Failed assertion: line 150 pos 12: '_positions.isNotEmpty': ScrollController not attached to any scroll views.
E/flutter (28635): #0 _AssertionError._doThrowNew (dart:core-patch/errors_patch.dart:42:39)
E/flutter (28635): #1 _AssertionError._throwNew (dart:core-patch/errors_patch.dart:38:5)
E/flutter (28635): #2 ScrollController.animateTo (package:flutter/src/widgets/scroll_controller.dart:150:12)
E/flutter (28635): #3 NumberPicker._animate (package:numberpicker/numberpicker.dart:561:22)
E/flutter (28635): #4 NumberPicker.animateIntToIndex (package:numberpicker/numberpicker.dart:202:5)
E/flutter (28635): #5 NumberPicker.animateInt (package:numberpicker/numberpicker.dart:197:5)
E/flutter (28635): #6 _TimerSettings._showIntDialog. (package:intervaltimer/screens/settings/timer_settings_page.dart:69:29)
E/flutter (28635): #7 _rootRunUnary (dart:async/zone.dart:1134:38)
E/flutter (28635): #8 _CustomZone.runUnary (dart:async/zone.dart:1031:19)
E/flutter (28635): #9 _FutureListener.handleValue (dart:async/future_impl.dart:140:18)
E/flutter (28635): #10 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:682:45)
E/flutter (28635): #11 Future._propagateToListeners (dart:async/future_impl.dart:711:32)
E/flutter (28635): #12 Future._completeWithValue (dart:async/future_impl.dart:526:5)
E/flutter (28635): #13 Future._asyncComplete. (dart:async/future_impl.dart:556:7)
E/flutter (28635): #14 _rootRun (dart:async/zone.dart:1126:13)
E/flutter (28635): #15 _CustomZone.run (dart:async/zone.dart:1023:19)
E/flutter (28635): #16 _CustomZone.runGuarded (dart:async/zone.dart:925:7)
E/flutter (28635): #17 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:965:23)
E/flutter (28635): #18 _microtaskLoop (dart:async/schedule_microtask.dart:43:21)
E/flutter (28635): #19 _startMicrotaskLoop (dart:async/schedule_microtask.dart:52:5)
E/flutter (28635):

@jefferywunady
Copy link

Getting the same error. Any solution to this yet?

@jefferywunady
Copy link

Turns out, if you remove

integerNumberPicker.animateInt(value);

from your code, it works now.

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

No branches or pull requests

3 participants