Skip to content

Latest commit

 

History

History
200 lines (107 loc) · 2.93 KB

CHANGELOG.md

File metadata and controls

200 lines (107 loc) · 2.93 KB

[1.4.3] - 2024-02-05

  • Add test cases for various scenarios. (for a feature/nav_2.0 the coverage is 100%)
  • deprecate some anti pattern methods

[1.4.2] - 2023-09-10

  • export NavAni enum

[1.4.1] - 2023-09-10

  • allow to change offset with dx, dy

[1.4.0] - 2023-09-10

  • change param name of pushWithRippleEffect
  • add durationMs

[1.3.9] - 2023-05-24

  • make useSafeArea default value false

[1.3.8] - 2023-05-12

  • fix useRootNavigator bug

[1.3.7] - 2023-05-12

  • add nav setting to manage app global setting

[1.3.6] - 2023-05-11

  • change to dialog context nullable.

[1.3.4] - 2023-05-11

  • add nav app for testing

[1.3.3] - 2023-05-10

  • open globalKey setter

[1.3.2] - 2023-05-10

  • support useRootNavigator option for Dialog

[1.3.1] - 2023-03-18

  • remove context from dialog

[1.3.0] - 2023-03-17

  • add key on stateless widget
  • move dialog parameter to constructor
  • dart 2.17

[1.2.0] - 2023-02-28

  • remove onHide dependency for dialog
  • support android v2

[1.1.9] - 2023-02-28

  • add exception for unmounted statefulElement

[1.1.8] - 2023-02-22

  • hide bottom sheet handle if it is not enabled

[1.1.7] - 2023-02-22

  • resource organize

[1.1.6] - 2023-02-22

  • add modal bottom sheet

[1.1.5] - 2023-02-03

  • solve generic router problem

  • Dart format

[1.1.4] - 2023-01-09

  • Dart format

[1.1.3] - 2022-05-20.

  • Generic type on show method

[1.1.2] - 2022-05-20

  • Add return type for dialog widget

[1.1.1] - 2022-05-20

  • Add return type for dialog widget

[1.1.0] - 2022-05-20

  • flutter 3.0 fix

[1.0.9] - 2022-02-28

  • fix NPE on get navigatorState

[1.0.8] - 2022-02-28

  • fix NPE
  • remove unused imports

[1.0.7] - 2021-07-29

  • fix warnings

[1.0.6] - 2021-07-19

  • fix build bug

[1.0.5] - 2021-07-19

  • nullable for widget

[1.0.4] - 2021-07-16

  • Support barrier color to other animations

[1.0.3] - 2021-07-12

  • Change Sample code

[1.0.2] - 2021-07-09

  • Dart format

[1.0.1] - 2021-07-09

  • Add Bottom sheet dialog example

[1.0.0] - 2021-07-09

  • Support Null Safety

[0.3.3] - 2020-12-27

  • Add Support Web
  • remove dart:io dependency

[0.2.9] - 2020-12-26

  • Remove unused param

[0.2.8] - 2020-12-26

  • Add Context in abstract class.

[0.2.7] - 2020-12-26

  • Remove needless code.

[0.2.6] - 2020-11-18

  • Add MutableValue to avoid Lint Check

[0.2.5] - 2020-11-18

  • Fix dialog hide bug (context reference))

[0.2.4] - 2020-11-09

  • Add MutableValue to avoid Lint Check

[0.2.3] - 2020-11-06

  • Add Default duration value

[0.2.2] - 2020-11-06

  • Support Cupertino Route on NavAni.Right.

[0.2.1] - 2020-10-29

  • Add result param on hide method.

[0.2.0] - 2020-10-29

  • Support barrierDismissible, barrierColor

[0.1.9] - 2020-10-28

  • Fix dialog bug

[0.1.8] - 2020-10-28

  • Export dialog state

[0.1.7] - 2020-10-27

  • Apply Dartfmt

[0.1.6] - 2020-10-27

  • Add Nav.clearAll method
  • Add support DialogWidget