Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
f1c24ed9
Unverified
Commit
f1c24ed9
authored
May 01, 2020
by
Jonah Williams
Committed by
GitHub
May 01, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[analyze] fix const lints (#56139)
parent
92df6f50
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
bottom_tab_bar_test.dart
packages/flutter/test/cupertino/bottom_tab_bar_test.dart
+1
-1
tab_scaffold_test.dart
packages/flutter/test/cupertino/tab_scaffold_test.dart
+1
-1
No files found.
packages/flutter/test/cupertino/bottom_tab_bar_test.dart
View file @
f1c24ed9
...
...
@@ -13,7 +13,7 @@ Future<void> pumpWidgetWithBoilerplate(WidgetTester tester, Widget widget) async
await
tester
.
pumpWidget
(
Localizations
(
locale:
const
Locale
(
'en'
,
'US'
),
delegates:
<
LocalizationsDelegate
<
dynamic
>>[
delegates:
const
<
LocalizationsDelegate
<
dynamic
>>[
DefaultWidgetsLocalizations
.
delegate
,
DefaultCupertinoLocalizations
.
delegate
,
],
...
...
packages/flutter/test/cupertino/tab_scaffold_test.dart
View file @
f1c24ed9
...
...
@@ -437,7 +437,7 @@ void main() {
testWidgets
(
'Tab contents bottom padding are not consumed by viewInsets when resizeToAvoidBottomInset overriden'
,
(
WidgetTester
tester
)
async
{
final
Widget
child
=
Localizations
(
locale:
const
Locale
(
'en'
,
'US'
),
delegates:
<
LocalizationsDelegate
<
dynamic
>>[
delegates:
const
<
LocalizationsDelegate
<
dynamic
>>[
DefaultWidgetsLocalizations
.
delegate
,
DefaultCupertinoLocalizations
.
delegate
,
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment