1. 30 Sep, 2020 1 commit
  2. 29 Sep, 2020 19 commits
  3. 28 Sep, 2020 8 commits
  4. 27 Sep, 2020 5 commits
  5. 26 Sep, 2020 1 commit
  6. 25 Sep, 2020 1 commit
  7. 24 Sep, 2020 5 commits
    • Reverted GetWidget to original implementation ( to use with `@override`), added docs, renamed "name" to "tag" in `Get.create()` to be consistent with the rest of the GetInstance() methods.
      roi peker authored
    • - Although "nasty" solution, multiple instances were created with one Get.find() when using Get.create(), now the actual instance created from `GetInstance::<S>_startController()` > `GetInstance::<S>_initDependencies()` > `GetInstance::<S>_find()` is returned.
      - added docs and impl to `GetWidget` to make it work with **DI** `tag`, I place it in the constructor directly (to use with `:super( tag: "something")` )... but we might actually use an override getter as well if needed.
      roi peker authored
    • Nipodemos authored
    • Fix of Issue #643
      Jonny Borges authored
    • kawal7415 authored