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
f7e6100b
Commit
f7e6100b
authored
Apr 01, 2016
by
Devon Carew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sort imports
* sort imports
parent
c1440e22
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
icon_color_test.dart
examples/stocks/test/icon_color_test.dart
+2
-2
locale_test.dart
examples/stocks/test/locale_test.dart
+2
-2
scroll_perf_test.dart
examples/stocks/test_driver/scroll_perf_test.dart
+1
-0
No files found.
examples/stocks/test/icon_color_test.dart
View file @
f7e6100b
...
...
@@ -4,12 +4,12 @@
import
'dart:ui'
as
ui
show
window
;
import
'package:test/test.dart'
;
import
'package:flutter_test/flutter_test.dart'
;
import
'package:flutter/material.dart'
;
import
'package:flutter/rendering.dart'
;
import
'package:flutter_test/flutter_test.dart'
;
import
'package:stocks/main.dart'
as
stocks
;
import
'package:stocks/stock_data.dart'
as
stock_data
;
import
'package:test/test.dart'
;
Element
findElementOfExactWidgetTypeGoingDown
(
Element
node
,
Type
targetType
)
{
void
walker
(
Element
child
)
{
...
...
examples/stocks/test/locale_test.dart
View file @
f7e6100b
...
...
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'package:test/test.dart'
;
import
'package:flutter_test/flutter_test.dart'
;
import
'package:flutter/material.dart'
;
import
'package:flutter_test/flutter_test.dart'
;
import
'package:stocks/main.dart'
as
stocks
;
import
'package:stocks/stock_data.dart'
as
stock_data
;
import
'package:test/test.dart'
;
void
main
(
)
{
stock_data
.
StockDataFetcher
.
actuallyFetchData
=
false
;
...
...
examples/stocks/test_driver/scroll_perf_test.dart
View file @
f7e6100b
...
...
@@ -3,6 +3,7 @@
// found in the LICENSE file.
import
'dart:async'
;
import
'package:flutter_driver/flutter_driver.dart'
;
import
'package:test/test.dart'
;
...
...
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