Skip to content

[wave-8] SafeArea added#14

Open
Ars5njo wants to merge 2 commits intodev-3from
wave-8
Open

[wave-8] SafeArea added#14
Ars5njo wants to merge 2 commits intodev-3from
wave-8

Conversation

@Ars5njo
Copy link
Copy Markdown

@Ars5njo Ars5njo commented Oct 9, 2025

Closes #13

static const List<Locale> supportedLocales = <Locale>[
Locale('en'),
Locale('ru'),
Locale('ru')
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

старайся не коммитить ненужные изменения

}

throw FlutterError(
'AppLocalizations.delegate failed to load unsupported locale "$locale". This is likely '
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

аналогично комменту выше - не стоит коммитить то, что не особо требуется обновлять (если некритичные изменения)

type: WaveTextType.caption,
maxLines: 3,
textAlign: TextAlign.center,
return SafeArea(
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

проверял? точно нужен тут safearea?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Я тут не особо понял, что вообще нужно, как будто можно обсудить этот момент

this.purpleTitle,
required this.child,
required this.isAnimated, required this.topPadding,
required this.isAnimated,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants