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
Nipodemos
2020-07-10 15:00:34 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4daff297f4666d333d0a4b36d0aa3701735d3dbb
4daff297
1 parent
540daf33
insert missing docs
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
docs/en_US/dependency_management.md
docs/en_US/dependency_management.md
View file @
4daff29
...
...
@@ -88,11 +88,11 @@ Get.put<S>(
// defaults to false
bool
permanent
=
false
,
// optional:
TODO: make docs about this
// optional:
allows you after using an abstract class in a test, replace it with another one and follow the test.
// defaults to false
bool
overrideAbstract
=
false
,
// optional:
TODO: make docs about this
// optional:
allows you to create the dependency using function instead of the dependency itself.
FcBuilderFunc
<
S
>
builder
,
)
```
...
...
@@ -109,7 +109,9 @@ Get.lazyPut<S>(
// must be unique
String
tag
,
// optional: TODO: make docs about this
// optional: It is similar to "permanent", the difference is that the instance is discarded when
// is not being used, but when it's use is needed again, Get will recreate the instance
// just the same as "SmartManagement.keepFactory" in the bindings api
// defaults to false
bool
fenix
=
false
...
...
Please
register
or
login
to post a comment