Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jonny Borges
2020-09-10 10:42:03 -0300
Browse Files
Options
Browse Files
Download
Plain Diff
Committed by
GitHub
2020-09-10 10:42:03 -0300
Commit
70089f9f3144ab913ff3f2713ee26a7a4ce4c85e
70089f9f
2 parents
351d8261
619f2cd1
Merge pull request #587 from roipeker/master
update to Getx 3.10.1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
lib/src/instance/get_instance.dart
lib/src/instance/get_instance.dart
View file @
70089f9
...
...
@@ -241,9 +241,7 @@ class GetInstance {
}
GetConfig
.
log
(
'Lazy instance "
$S
" created'
);
var
_value
=
put
<
S
>(
_factory
[
key
].
builder
()
as
S
);
final
_value
=
put
<
S
>(
_factory
[
key
].
builder
()
as
S
,
tag:
tag
);
_initDependencies
<
S
>(
name:
tag
);
if
(
GetConfig
.
smartManagement
!=
SmartManagement
.
keepFactory
&&
...
...
Please
register
or
login
to post a comment