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
9bc048cb
Unverified
Commit
9bc048cb
authored
Feb 08, 2018
by
Mikkel Nygaard Ravn
Committed by
GitHub
Feb 08, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update documentation on how to test flutter_tools (#14567)
parent
90ddb237
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
CONTRIBUTING.md
CONTRIBUTING.md
+2
-2
README.md
packages/flutter_tools/README.md
+1
-1
No files found.
CONTRIBUTING.md
View file @
9bc048cb
...
...
@@ -144,7 +144,7 @@ flutter shell. To run the tests, ensure that no devices are connected,
then navigate to
`flutter_tools`
and execute:
```
shell
../../bin/cache/dart-sdk/bin/pub run
test
../../bin/cache/dart-sdk/bin/pub run
test
-j1
```
The pre-built flutter tool runs in release mode with the observatory off by default.
...
...
@@ -286,7 +286,7 @@ few steps:
see the new dependency. As part of landing this change, you should make
whatever other changes are needed in this repository to account for your
breaking change.
API docs for master branch
--------------------------
...
...
packages/flutter_tools/README.md
View file @
9bc048cb
...
...
@@ -6,5 +6,5 @@ To run the tests, ensure that no devices are connected,
then navigate to
`flutter_tools`
and execute:
```
shell
../../bin/cache/dart-sdk/bin/pub run
test
../../bin/cache/dart-sdk/bin/pub run
test
-j1
```
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