質問編集履歴
3
質問変更
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
Fluuter質問、
|
1
|
+
Fluuter質問、package:intel/intl.dart エラー
|
test
CHANGED
@@ -1,34 +1,10 @@
|
|
1
|
-
![イメージ説明](d1a889e67e297e4f064a192748807e44.jpeg)
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
![イメージ説明](3c02482dc257c7e311737405d082908f.jpeg)
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
yamlファイル
|
10
|
-
|
11
|
-
![イメージ説明](
|
1
|
+
![イメージ説明](9d97bdd49181a6910275b81db3d9dba3.jpeg)
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
import 'package:intl/intl.dart' as intl; ????intl.dart' as intlの下に波線がある
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
yamlファイルにはintl: any を記入しました
|
20
2
|
|
21
3
|
|
22
4
|
|
23
5
|
|
24
6
|
|
25
|
-
textDirection: messageList[index].isMe ? TextDecoration.rtl, : TextDirection.ltr, ????エラー
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
7
|
+
何してもエラーが消えません。わかる方いましたら教えてください。
|
32
8
|
|
33
9
|
|
34
10
|
|
2
脱字修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -22,13 +22,13 @@
|
|
22
22
|
|
23
23
|
|
24
24
|
|
25
|
-
textDirection: messageList[index].isMe ? TextDecoration.rtl, : TextDirection.ltr, ????
|
25
|
+
textDirection: messageList[index].isMe ? TextDecoration.rtl, : TextDirection.ltr, ????エラー
|
26
26
|
|
27
27
|
|
28
28
|
|
29
29
|
|
30
30
|
|
31
|
-
なぜ
|
31
|
+
なぜエラーになるのでしょうか?
|
32
32
|
|
33
33
|
|
34
34
|
|
1
画像追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,3 +1,17 @@
|
|
1
|
+
![イメージ説明](d1a889e67e297e4f064a192748807e44.jpeg)
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
![イメージ説明](3c02482dc257c7e311737405d082908f.jpeg)
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
yamlファイル
|
10
|
+
|
11
|
+
![イメージ説明](a0ede49824911a799b0fb2f8d18f9e93.jpeg)
|
12
|
+
|
13
|
+
|
14
|
+
|
1
15
|
import 'package:intl/intl.dart' as intl; ????intl.dart' as intlの下に波線がある
|
2
16
|
|
3
17
|
|