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
杜辉辉
2021-03-13 18:20:02 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ff3517aa7f9c7f4ed29068b2516001c997407118
ff3517aa
1 parent
37b24dbe
Fixed an error in the Chinese document
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
documentation/zh_CN/state_management.md
documentation/zh_CN/state_management.md
View file @
ff3517a
...
...
@@ -665,7 +665,7 @@ GetBuilder<Controller>(
```
dart
GetBuilder
<
Controller
>(
id:
'text'
、、
这里
id:
'text'
,
//
这里
init:
Controller
(),
// 每个控制器只用一次
builder:
(
_
)
=>
Text
(
'
${Get.find<Controller>().counter}
'
,
//here
...
...
Please
register
or
login
to post a comment