flutter_scroll_to_top 2.3.0 copy "flutter_scroll_to_top: ^2.3.0" to clipboard
flutter_scroll_to_top: ^2.3.0 copied to clipboard

A package that provides a simple wrapper to wrap your scrollable widgets in, that lets you show a scroll to top prompt to the user when they scroll.

[2.3.0] - 25 October 2022. #

  • Make primary bool nullable in modified scrollviews for flutter 3.3.0.

[2.2.4] - 11 June 2022. #

  • Bundled modified scrollviews to work around PrimaryScrollController limitations.

[2.1.1] - 22 November 2021. #

  • Fixed prompt not hiding on tap.

[2.1.0] - 22 November 2021. #

  • Added scrollOffsetUntilHide parameter.
  • Slightly changed default values of parameters.

[2.0.1] - 22 November 2021. #

  • BREAKING CHANGE - Replaced child parameter with builder.
  • BREAKING CHANGE - Renamed promptScrollOffset to enabledAtOffset.
  • Added scrollDirection, primary, reverse, scrollOffsetUntilVisible and alwaysVisibleAtOffset parameters.
  • Added onPromptTap callback.
  • Made scrollController parameter nullable and added PrimaryScrollController.of(context) fallback.
  • Better behaviour for horizontal ScrollViews.
  • Changed default behaviour to only show prompt on upwards scroll. Can be disabled by setting alwaysVisibleAtOffset to true.
  • Made ScrollWrapper and PromptButtonTheme constructors const.

[1.2.0] - 21 November 2021. #

  • Added elevation to PromptButtonTheme
  • Added AppBarTheme's colors as default to the button, so it matches the AppBar
  • Added a didUpdateWidget override, so the PromptButtonTheme updates on hot reload

[1.1.0] - 18 April 2021. #

  • Added promptAnimationType to specify the kind of animation the prompt shows up with.

[1.0.6] - 17 April 2021. #

  • Added scrollToTopDuration and scrollToTopCurve parameters.

[1.0.5] - 17 April 2021. #

  • Alignment fix.

[1.0.4] - 17 April 2021. #

  • Removed promptTheme assert.

[1.0.3] - 17 April 2021. #

  • Updated description.

[1.0.0] - 17 April 2021. #

  • Initial Release.
102
likes
90
pub points
88%
popularity

Publisher

unverified uploader

A package that provides a simple wrapper to wrap your scrollable widgets in, that lets you show a scroll to top prompt to the user when they scroll.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_scroll_to_top