Skip to content

Releases: JonasWanke/swipeable_page_route

v0.2.6

14 Jan 11:42
4dab1ab
Compare
Choose a tag to compare
v0.2.6 Pre-release
Pre-release

📜 Documentation updates

  • add SwipeablePageTransitionsBuilder warning to README (cea522c)

v0.2.5

14 Jan 11:40
6bc3309
Compare
Choose a tag to compare
v0.2.5 Pre-release
Pre-release

🎉 New Features

  • add SwipeablePageTransitionsBuilder for usage with PageTransitionsTheme, closes: #19 (8a5e677)

📦 Build & CI

v0.2.4

30 Oct 16:59
5903eec
Compare
Choose a tag to compare
v0.2.4 Pre-release
Pre-release

🎉 New Features

  • only intercept drag events in the swipeable direction (#18). Thanks to @NaikSoftware!

v0.2.3

10 Aug 07:55
a775d3f
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release

🎉 New Features

  • add swipeablePageRoute.transitionBuilder, closes: #16

v0.2.2

09 Jun 17:46
e1f2852
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

🎉 New Features

  • add swipeablePageRoute.backGestureDetectionStartOffset (#14), closes: #13. Thanks to @zim32!
  • add swipeablePageRoute.transitionDuration (#15). Thanks to @zim32!

v0.2.1

09 Mar 08:52
2350a4f
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

🎉 New Features

  • make swipeablePageRoute.canSwipe mutable, closes: #8
  • add buildContext.getSwipeablePageRoute<T>()

v0.2.0

08 Mar 17:57
d56226c
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

⚠ BREAKING CHANGES

  • migrate to null-safety
  • swipeablePageRoute.onlySwipeFromEdge is now called canOnlySwipeFromEdge

🎉 New Features

  • add swipeablePageRoute.canSwipe, closes: #8
  • add swipeablePageRoute.backGestureWidth

⚡ Changes

  • [Sliver-]MorphingAppBar's colors are interpolated using HSV

v0.1.6

14 Dec 10:39
e346f74
Compare
Choose a tag to compare
v0.1.6 Pre-release
Pre-release

🎉 New Features

  • example: demonstrate onlySwipeFromEdge parameter

v0.1.5

20 Oct 09:51
eac6942
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release

🐛 Bug Fixes

  • resolve theme only once to avoid looking up deactivated widget's ancestor
  • keep brightness parameter during transition
  • center app bar bottom widgets during animation

v0.1.4

09 Aug 09:52
ab6e25c
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release

📦 Build & CI

  • update dartx to ^0.5.0
  • use stricter linting rules