You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[✓] Flutter (Channel master, v0.11.8-pre.12, on Linux, locale en_US.UTF-8)
Tested on an Android Emulator and iOS Simulator.
The page value of a PageController is always very close to absolute but never exact.
e.g.: A PageView with a page count of 3 will result in a page value of 2.9999999999999... but never 3.0.
darioielardi, spkersten, dbanck, ericstumper, miguelcmedeiros and 2 more