Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Latest commit

 

History

History
61 lines (32 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

61 lines (32 loc) · 1.12 KB

1.2.1

1.2.0

  • Add automatic page transition selection depending on system. iOS -> Cupertino, Android -> Material

1.1.1

1.1.0

  • Add transition for each route.

1.0.0

  • Actualize readme, migrate to sound null safety.

0.1.0

  • Add route observer.

0.0.13

  • Fix null reference at fill route.

0.0.12

  • Fix resetting data inside route while new push.

0.0.11

  • Remove generic argument inside routes. Use simple json.
  • Add documentation about duplication strategy.

0.0.9

  • Add route duplicating strategies

0.0.5

  • Fix pushing route from system with raw arguments

0.0.4

  • Add class based arguments for routes

0.0.3

  • Implement effective navigation with subtrees. Inspired by vk mobile.

0.0.2

  • Remove provider dependency

0.0.1

  • Initial commit