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
DumboKim
2021-11-16 17:41:28 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2021-11-16 17:41:28 +0900
Commit
f344c3333945df6f8d5ae3ea093d2d868900aa96
f344c333
1 parent
1afccc45
README.ko-kr typo fixed
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
README.ko-kr.md
README.ko-kr.md
View file @
f344c33
...
...
@@ -326,7 +326,7 @@ Text(controller.textFromApi);
### 종속성 관리에 대한 자세한 내용
**종속성 관리에 대한 더
제사
한 사항은 [여기](./documentation/kr_KO/dependency_management.md)에 있습니다.**
**종속성 관리에 대한 더
자세
한 사항은 [여기](./documentation/kr_KO/dependency_management.md)에 있습니다.**
# 기능들
...
...
@@ -1099,7 +1099,7 @@ class Controller extends GetxController {
@override
void
onInit
()
{
super
.
onInit
();
//
Change value to name2
//
name2로 값 변경
name
.
value
=
'name2'
;
}
...
...
Please
register
or
login
to post a comment