get 1.13.1-dev copy "get: ^1.13.1-dev" to clipboard
get: ^1.13.1-dev copied to clipboard

outdated

Navigate between screens, display snackbars, dialogs and bottomSheets, from anywhere in your code without context with Get.

1.0.0 #

  • initial release

1.0.1 #

  • Doc changes

1.0.2 #

  • Add examples

1.0.3 #

  • Improve Performance

1.1.0 #

  • Add support to named routes

1.2.0 #

  • Add routes navigation with no context

1.2.1 #

  • Fix bug currentState = null

1.3.0 #

  • Update docs, readme, and add full support to flutter_web

1.3.1 #

  • Update docs

1.3.2 #

  • Improve performance

1.3.3 #

  • Fix Get.back arguments

1.3.4 #

  • Improve performance

1.4.0 #

  • Added Get.removeRoute // ability to remove one route. Get.until // back repeatedly until the predicate returns true. Get.offUntil // go to next route and remove all the previous routes until the predicate returns true. Get.offNamedUntil // go to next named route and remove all the previous routes until the predicate returns true.

1.4.0+6 #

  • Improve performance and bug fix

1.4.0+7 #

  • Add more documentation

1.5.0 #

  • Add support to dialogs

1.5.0+1 #

  • Add color and opacity to dialogs

1.6.0 #

  • Add support to snackbars

1.6.1 #

  • Add docs and improve performance

1.6.2 #

  • Fix bugs on blurred Snackbars

1.6.3 #

  • Clean code.

1.6.4 #

  • Improve performance.

1.7.0 #

  • Improve geral performance. Get.to Wrap now consumes even less RAM and CPU. In an application with 20 screens, it obtained 82% less RAM usage compared to the traditional method Navigator.push and had a CPU normalization of 23% in a Moto z2, against 64% CPU usage in Navigator.push with MaterialPageRoute. Test it for yourself!
  • Added BottomSheet with no context
  • Added modern Blur Snackbar
  • Added customs transitions
  • Improve dialogs performance

1.7.1 #

-Fix docs

1.7.2 #

-Fix bottomsheet on macos

1.7.3 #

-Added transitions docs

1.7.4 #

-Fix dialog child error

1.8.0 #

-Add Get.close method. -Add many Snackbars features

1.8.1 #

-Fix new snackbar features

1.9.0 #

-Added: Navigator observer -Added: Get.args to named routes -Improve snackbar performance

1.9.1 #

-Fix typo on snackbar route

1.9.2 #

-Added docs to GetObserver

1.10.0 #

-Added backdrop

1.10.1 #

-Backdrop improvement

1.10.2 #

-Improve snackbar text color

1.10.3 #

-Improve default color from dialogs

1.10.4 #

-Improve Get.offAll() - predicate now is optional

1.10.5 #

-Added setKey to improve modular compatibility -Added ability to define transition duration directly when calling the new route.

1.11.0 #

-Added experimental GetCupertino

1.11.1 #

-Improve swipe to back on iOS devices

1.11.2 #

-Fix flutter web platform and added GetPlatform

1.11.3 #

-Added docs

1.11.4 #

  • Refactor code of library

1.12.0-dev #

-Compatibility with Dev branch

1.13.0-dev #

  • Plugin refactor
  • Added GetPlatform

1.13.1-dev #

  • Fix back function
15.4k
likes
0
points
676k
downloads

Publisher

verified publishergetx.site

Weekly Downloads

Navigate between screens, display snackbars, dialogs and bottomSheets, from anywhere in your code without context with Get.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on get