Commit 61d918f 1 parent 6e842ee commit 61d918f Copy full SHA for 61d918f
File tree 5 files changed +517
-6
lines changed
5 files changed +517
-6
lines changed Original file line number Diff line number Diff line change 1
- Language: [ English] ( README.md ) | [ Português] ( translation/pt-BR/README.md ) | [ Chinese] ( translation/zh-CN/README.md ) | [ Japanese] ( translation/ja-JP/README.md )
1
+ Language: [ English] ( README.md ) | [ Português] ( translation/pt-BR/README.md ) | [ Chinese] ( translation/zh-CN/README.md ) | [ Japanese] ( translation/ja-JP/README.md ) | [ 한국어 ] ( translation/ko-KR/README.md )
2
2
3
3
# mobx.dart
4
4
@@ -229,7 +229,7 @@ MobX.dart handles asynchronous actions automatically and does not require wrappi
229
229
String stuff = '';
230
230
231
231
@observable
232
- loading = false;
232
+ bool loading = false;
233
233
234
234
@action
235
235
Future<void> loadStuff() async {
Original file line number Diff line number Diff line change 1
- 言語: [ 英語] ( ../../README.md ) | [ ポルトガル語] ( ../pt-BR/README.md ) | [ 中国語] ( ../zh-CN/README.md ) | [ 日本語] ( README.md )
1
+ 言語: [ 英語] ( ../../README.md ) | [ ポルトガル語] ( ../pt-BR/README.md ) | [ 中国語] ( ../zh-CN/README.md ) | [ 日本語] ( README.md ) | [ 韓国語 ] ( translation/ko-KR/README.md )
2
2
3
3
# mobx.dart
4
4
@@ -198,7 +198,7 @@ MobX.dart は非同期アクションを自動的に処理し、[`runInAction`](
198
198
String stuff = '';
199
199
200
200
@observable
201
- loading = false;
201
+ bool loading = false;
202
202
203
203
@action
204
204
Future<void> loadStuff() async {
You can’t perform that action at this time.
0 commit comments