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
8500aca7
Commit
8500aca7
authored
Nov 25, 2015
by
Devon Carew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix analysis errors; add missing icon
parent
134b11e3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
30 deletions
+2
-30
flutter.yaml
examples/material_gallery/flutter.yaml
+1
-0
main.dart
examples/material_gallery/lib/main.dart
+1
-1
all.dart
packages/flutter_tools/test/all.dart
+0
-29
No files found.
examples/material_gallery/flutter.yaml
View file @
8500aca7
name
:
material_gallery
material-design-icons
:
-
name
:
navigation/arrow_drop_down
-
name
:
navigation/cancel
-
name
:
navigation/menu
examples/material_gallery/lib/main.dart
View file @
8500aca7
...
...
@@ -6,10 +6,10 @@ import 'package:flutter/material.dart';
import
'chip_demo.dart'
;
import
'date_picker_demo.dart'
;
import
'drop_down_demo.dart'
;
import
'gallery_page.dart'
;
import
'time_picker_demo.dart'
;
import
'widget_demo.dart'
;
import
'drop_down_demo.dart'
;
final
List
<
WidgetDemo
>
_kDemos
=
<
WidgetDemo
>[
kChipDemo
,
...
...
packages/flutter_tools/test/all.dart
deleted
100644 → 0
View file @
134b11e3
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'android_device_test.dart'
as
android_device_test
;
import
'daemon_test.dart'
as
daemon_test
;
import
'init_test.dart'
as
init_test
;
import
'install_test.dart'
as
install_test
;
import
'listen_test.dart'
as
listen_test
;
import
'list_test.dart'
as
list_test
;
import
'logs_test.dart'
as
logs_test
;
import
'os_utils_test.dart'
as
os_utils_test
;
import
'start_test.dart'
as
start_test
;
import
'stop_test.dart'
as
stop_test
;
import
'trace_test.dart'
as
trace_test
;
main
()
{
android_device_test
.
defineTests
();
daemon_test
.
defineTests
();
init_test
.
defineTests
();
install_test
.
defineTests
();
listen_test
.
defineTests
();
list_test
.
defineTests
();
logs_test
.
defineTests
();
os_utils_test
.
defineTests
();
start_test
.
defineTests
();
stop_test
.
defineTests
();
trace_test
.
defineTests
();
}
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