1. 21 Sep, 2021 1 commit
  2. 20 Sep, 2021 2 commits
  3. 06 Sep, 2021 3 commits
  4. 02 Sep, 2021 1 commit
  5. 29 Aug, 2021 1 commit
  6. 28 Aug, 2021 1 commit
  7. 26 Aug, 2021 1 commit
  8. 25 Aug, 2021 1 commit
  9. 13 Aug, 2021 5 commits
  10. 12 Aug, 2021 1 commit
  11. 11 Aug, 2021 2 commits
  12. 10 Aug, 2021 1 commit
  13. 09 Aug, 2021 10 commits
  14. 06 Aug, 2021 4 commits
  15. 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
  16. 31 Jul, 2021 3 commits
  17. 30 Jul, 2021 2 commits