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
HyeongHan
2021-06-28 06:31:59 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2021-06-28 06:31:59 +0900
Commit
e7cd08029c7182a308213c4dcb18b1890654bfbc
e7cd0802
1 parent
c95536c3
fix type (gettr => getter)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
README.ko-kr.md
README.ko-kr.md
View file @
e7cd080
...
...
@@ -882,7 +882,7 @@ print( user );
이 위젯을 사랑합니다. 매우 간단하고 유용합니다!
등록된
`Controller`인 `controller`의 gettr로 가져온 `const Stateless`
위젯 입니다. 이게 전부입니다.
등록된
`Controller`인 `controller`의 gett
e
r로 가져온 `const Stateless`
위젯 입니다. 이게 전부입니다.
```
dart
class
AwesomeController
extends
GetxController
{
...
...
Please
register
or
login
to post a comment