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
46e1f91c
Unverified
Commit
46e1f91c
authored
Aug 09, 2020
by
Hans Muller
Committed by
GitHub
Aug 09, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated old button references in dev/integration_tests/ui (#63213)
parent
5d91d048
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
driver.dart
dev/integration_tests/ui/lib/driver.dart
+1
-1
main.dart
dev/integration_tests/ui/lib/main.dart
+1
-1
screenshot.dart
dev/integration_tests/ui/lib/screenshot.dart
+1
-1
No files found.
dev/integration_tests/ui/lib/driver.dart
View file @
46e1f91c
...
@@ -37,7 +37,7 @@ class DriverTestAppState extends State<DriverTestApp> {
...
@@ -37,7 +37,7 @@ class DriverTestAppState extends State<DriverTestApp> {
Expanded
(
Expanded
(
child:
Text
(
present
?
'present'
:
'absent'
),
child:
Text
(
present
?
'present'
:
'absent'
),
),
),
Rais
edButton
(
Elevat
edButton
(
child:
const
Text
(
child:
const
Text
(
'toggle'
,
'toggle'
,
key:
ValueKey
<
String
>(
'togglePresent'
),
key:
ValueKey
<
String
>(
'togglePresent'
),
...
...
dev/integration_tests/ui/lib/main.dart
View file @
46e1f91c
...
@@ -13,7 +13,7 @@ void main() {
...
@@ -13,7 +13,7 @@ void main() {
home:
Material
(
home:
Material
(
child:
Builder
(
child:
Builder
(
builder:
(
BuildContext
context
)
{
builder:
(
BuildContext
context
)
{
return
Fla
tButton
(
return
Tex
tButton
(
child:
const
Text
(
child:
const
Text
(
'flutter drive lib/xxx.dart'
,
'flutter drive lib/xxx.dart'
,
textDirection:
TextDirection
.
ltr
,
textDirection:
TextDirection
.
ltr
,
...
...
dev/integration_tests/ui/lib/screenshot.dart
View file @
46e1f91c
...
@@ -33,7 +33,7 @@ class TogglerState extends State<Toggler> {
...
@@ -33,7 +33,7 @@ class TogglerState extends State<Toggler> {
body:
Material
(
body:
Material
(
child:
Column
(
child:
Column
(
children:
<
Widget
>[
children:
<
Widget
>[
Fla
tButton
(
Tex
tButton
(
key:
const
ValueKey
<
String
>(
'toggle'
),
key:
const
ValueKey
<
String
>(
'toggle'
),
child:
const
Text
(
'Toggle visibility'
),
child:
const
Text
(
'Toggle visibility'
),
onPressed:
()
{
onPressed:
()
{
...
...
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