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
2021-06-28 13:49:07 -0300
Browse Files
Options
Browse Files
Download
Plain Diff
Committed by
GitHub
2021-06-28 13:49:07 -0300
Commit
4aa882a832d9ca7c2335457037cae6c9ca17e921
4aa882a8
2 parents
f10a24c9
e7cd0802
Merge pull request #1580 from galaxykhh/master
fix type (gettr => getter)
Show 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 @
4aa882a
...
...
@@ -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