1. 29 Sep, 2021 1 commit
  2. 06 Sep, 2021 3 commits
  3. 02 Sep, 2021 1 commit
  4. 29 Aug, 2021 1 commit
  5. 28 Aug, 2021 1 commit
  6. 26 Aug, 2021 1 commit
  7. 25 Aug, 2021 1 commit
  8. 13 Aug, 2021 5 commits
  9. 12 Aug, 2021 1 commit
  10. 11 Aug, 2021 2 commits
  11. 10 Aug, 2021 1 commit
  12. 09 Aug, 2021 10 commits
  13. 06 Aug, 2021 4 commits
  14. 01 Aug, 2021 1 commit
    • - Add  `String? routeName` to the following context Navigation methods:
      `to`, `off`, `offAll`. To enforce the usage of `RouteSettings` and avoid issues with GetxController not being disposed properly, and also to keep control and consistency in the methods.
      - modified `RouterReportManager.reportRouteDispose` to make it work with context Routes.
      - added extension_navigator.dart `_cleanRouteName` to remove unwanted format where the Route name is taking from the page Type in context Routes.
      - added `GetStringUtils.paramCase` to support potentially a clean url name for the context Routes. So `/()=> MyView` can become `/my-view'
      - added `GetUtils.snakeCase` and `GetUtils.paramCase` to support `_cleanRouteName` url Strings (currently deactivated.) Base code taken from the ReCase package and proper credit attributed in comments.
      Roi Peker authored
  15. 31 Jul, 2021 3 commits
  16. 30 Jul, 2021 4 commits