Skip to content

Commit 925c4f9

Browse files
committed
Update texts.dart
1 parent 60ff4b5 commit 925c4f9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/texts.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ enum Locales {
1010

1111
const _linkToFlutter = "http://flutter.dev";
1212
const _linkToGroup = "https://www.facebook.com/groups/676660377543846/";
13+
const _linkToMaterials =
14+
"https://docs.google.com/document/d/1EYJ6F3FZCkvUOJ95-Q3u0HBEAONq6tPtlWFUFfdjhqU/edit?usp=sharing";
1315

1416
enum Texts {
1517
mainIntro({
@@ -30,6 +32,8 @@ We speak English and Russian and want to extend the list of languages.
3032
We are located in the US, Redmond WA and want to extend the list of locations.
3133
3234
Join us at Facebook group [Flutter Chat]($_linkToGroup) to participate.
35+
36+
[Learning Materials]($_linkToMaterials)
3337
''',
3438
Locales.ru: '''
3539
[Flutter]($_linkToFlutter) - это элегантная технология для создания красивых приложений.
@@ -46,6 +50,8 @@ Flutter Chat - это группа энтузиастов, хотящих, чт
4650
Мы расположены в US, Redmond WA и хотели бы расширить список местоположений.
4751
4852
Присоединяйтесь к нашей Facebook группе [Flutter Chat]($_linkToGroup).
53+
54+
[Учебные материалы]($_linkToMaterials)
4955
''',
5056
});
5157

0 commit comments

Comments
 (0)