Todd Volkert
00aac68e2d
Revert flutter/flutter#19592 ( #19861 )
...
It was causing problems rolling Flutter into Fuchsia
2018-07-27 08:44:39 -07:00
Alexandre Ardhuin
27018359d2
re-enable lint unnecessary_const ( #19592 )
...
* re-enable lint unnecessary_const
* remove trailling whitespaces
* remove unnecessary const (after merge)
2018-07-23 08:31:48 +02:00
Ian Hickson
f630f90d6d
Revert "enable lint unnecessary_const ( #19342 )" ( #19423 )
...
This reverts commit cc1cf13eec
.
2018-07-16 13:30:27 -07:00
Alexandre Ardhuin
cc1cf13eec
enable lint unnecessary_const ( #19342 )
2018-07-16 21:43:48 +02:00
Jason Simmons
c9c1068ce4
Filter invalid characters in the terminal input stream ( #18892 )
...
Fixes https://github.com/flutter/flutter/issues/18007
2018-06-27 18:41:32 -07:00
Alexandre Ardhuin
09276bea25
enable lint prefer_equal_for_default_values ( #18156 )
2018-06-05 08:50:40 +02:00
Jason Simmons
466d15433f
Use Dart 2 camel case constants ( #15360 )
2018-03-12 11:06:32 -07:00
jcollins-g
c81a5ed09a
fix rare flutter_tools logging crash in daemon mode ( #14401 )
...
* Populate AnsiTerminal in context for daemon launches
* Strip out AnsiTerminal additions to context since they are no longer needed
2018-02-01 09:30:53 -08:00
Todd Volkert
928d2cc764
Add EBADF errno to list of ignorable errors in terminal.dart ( #13077 )
...
I get this error when piping an `echo` string to the stdin of
the flutter tool.
https://github.com/dart-lang/sdk/issues/29083
2017-11-17 15:45:27 -08:00
Greg Spencer
0259be90b8
Fix spelling errors in all the dartdocs. ( #13061 )
...
I got tired of drive-by spelling fixes, so I figured I'd just take care of them all at once.
This only corrects errors in the dartdocs, not regular comments, and I skipped any sample code in the dartdocs. It doesn't touch any identifiers in the dartdocs either. No code changes, just comments.
2017-11-17 10:05:21 -08:00
Alexandre Ardhuin
872d83a3c5
enable lint prefer_conditional_assignment ( #12694 )
2017-10-25 08:18:26 +02:00
Ian Hickson
efb45ea788
Trivial nit fixes ( #12285 )
2017-09-27 16:13:48 -07:00
Mikkel Nygaard Ravn
8303fff8f9
Run pub in interactive mode in flutter packages pub ( #11700 )
2017-09-06 11:53:39 +02:00
xster
04aeef84db
Let iOS flutter run auto-sign default to first profile ( #10181 )
...
* Let run default to first profile
* fix
* review notes
2017-05-23 18:05:47 -07:00
xster
9d3fb1f309
Auto provision iOS deploy 2/3 - prompt user to choose a certificate ( #10025 )
...
* first pass
* improvements
* extract terminal.dart
* rebase
* add default terminal to context
* The analyzer wants the ../ imports in front of the ./ imports
* review notes
2017-05-18 11:26:43 -07:00