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
9b7ee3b7
Commit
9b7ee3b7
authored
Mar 04, 2016
by
Adam Barth
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2377 from abarth/rm_test
Remove test dependency from package:flutter
parents
df73b481
41cdd600
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
12 deletions
+9
-12
pubspec.yaml
packages/flutter/pubspec.yaml
+4
-6
service_mocker.dart
packages/flutter_test/lib/src/service_mocker.dart
+4
-0
pubspec.yaml
packages/flutter_test/pubspec.yaml
+0
-4
pubspec.yaml
packages/flutter_tools/pubspec.yaml
+1
-2
No files found.
packages/flutter/pubspec.yaml
View file @
9b7ee3b7
...
...
@@ -7,15 +7,9 @@ homepage: http://flutter.io
dependencies
:
collection
:
'
>=1.1.3
<2.0.0'
intl
:
'
>=0.12.4+2
<0.13.0'
material_design_icons
:
'
>=0.0.3
<0.1.0'
vector_math
:
'
>=1.4.5
<2.0.0'
quiver
:
'
>=0.21.4
<0.22.0'
# See the comment in flutter_tools' pubspec.yaml. We have to pin it
# here also because sky_services depends on mojo_sdk which depends
# on test.
test
:
0.12.11+1
# We have to pin analyzer to 0.27.1 because the flx package depends
# on pointycastle which depends on reflectable which depends on
# analyzer 0.27.1 and if we don't pin it here, then different
...
...
@@ -24,6 +18,10 @@ dependencies:
# analyzer, by the way!) complaining about the inconsistency.
analyzer
:
0.27.1
# TODO(abarth): Remove once we've updated the iOS build to not assert that
# this package exists.
material_design_icons
:
'
>=0.0.3
<0.1.0'
sky_engine
:
path
:
../../bin/cache/pkg/sky_engine
sky_services
:
...
...
packages/flutter_test/lib/src/service_mocker.dart
View file @
9b7ee3b7
// 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
'package:flutter/services.dart'
;
import
'package:mojo/bindings.dart'
as
bindings
;
...
...
packages/flutter_test/pubspec.yaml
View file @
9b7ee3b7
...
...
@@ -4,7 +4,3 @@ dependencies:
quiver
:
^0.21.4
flutter
:
path
:
../flutter
# So that the test harness is available when running the tests.
flutter_tools
:
path
:
../flutter_tools
packages/flutter_tools/pubspec.yaml
View file @
9b7ee3b7
...
...
@@ -28,8 +28,7 @@ dependencies:
# A note about 'test':
# We depend on very specific internal implementation details of the
# 'test' package, which change between versions, so here we pin it
# precisely. This is also pinned in the 'flutter' package.
# See also https://github.com/dart-lang/test/pull/320
# precisely.
# A note about 'analyzer':
# We don't actually depend on 'analyzer', but 'test' does. We aren't
...
...
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