Jonny Borges
Committed by GitHub

Merge pull request #133 from rochadaniel/master

Fix isRegistered 'name' param
... ... @@ -692,7 +692,7 @@ class Get {
/// Find a instance from required class
static S find<S>({String name, _FcBuilderFunc<S> instance}) {
if (Get.isRegistred<S>()) {
if (Get.isRegistred<S>(name: name)) {
String key = _getKey(S, name);
_FcBuilder builder = Get()._singl[key];
if (builder == null) {
... ...
name: get
description: Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get.
version: 2.5.8
version: 2.5.9
homepage: https://github.com/jonataslaw/get
environment:
... ...