[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Step 3 of 3: Remove opt-in for debugCheckHasMaterialLocalizations assertion on TextField #58831

Merged
merged 4 commits into from
Jun 12, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updating assertion grammar
  • Loading branch information
Piinks committed Jun 9, 2020
commit 18b2d7c30f0e2fc4bde5e0e13b25fdeb79e2a4fa
4 changes: 2 additions & 2 deletions packages/flutter/lib/src/material/debug.dart
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ bool debugCheckHasMaterialLocalizations(BuildContext context) {
'to be provided by a Localizations widget ancestor.'
),
ErrorDescription(
'Localizations are used to generate many different messages, labels, '
'and abbreviations which are used by the material library.'
'The Material library uses Localizations to generate messages, labels,'
Piinks marked this conversation as resolved.
Show resolved Hide resolved
'and abbreviations.'
),
ErrorHint(
'To introduce a MaterialLocalizations, either use a '
Expand Down