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
d2e6ab69
Unverified
Commit
d2e6ab69
authored
Jun 07, 2019
by
Danny Tuppeny
Committed by
GitHub
Jun 07, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase daemon protocol version for getSupportedPlatforms (#33980)
parent
0d6122ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
daemon.md
packages/flutter_tools/doc/daemon.md
+1
-0
daemon.dart
packages/flutter_tools/lib/src/commands/daemon.dart
+1
-1
No files found.
packages/flutter_tools/doc/daemon.md
View file @
d2e6ab69
...
...
@@ -250,6 +250,7 @@ See the [source](https://github.com/flutter/flutter/blob/master/packages/flutter
## Changelog
-
0.5.0: Added
`daemon.getSupportedPlatforms`
command
-
0.4.2: Added
`app.detach`
command
-
0.4.1: Added
`flutter attach --machine`
-
0.4.0: Added
`emulator.create`
command
...
...
packages/flutter_tools/lib/src/commands/daemon.dart
View file @
d2e6ab69
...
...
@@ -26,7 +26,7 @@ import '../run_hot.dart';
import
'../runner/flutter_command.dart'
;
import
'../vmservice.dart'
;
const
String
protocolVersion
=
'0.
4.2
'
;
const
String
protocolVersion
=
'0.
5.0
'
;
/// A server process command. This command will start up a long-lived server.
/// It reads JSON-RPC based commands from stdin, executes them, and returns
...
...
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