Ian Hickson
db88414131
Upgrade to the most recent test package. ( #11526 )
...
Also, add tests to verify that our coverage is actually being tested!
2017-08-04 16:33:38 -07:00
Phil Quitslund
f0c2d5eddc
Flutter create widget test template. ( #11304 )
...
* Flutter create widget test template.
Running `flutter create —with-widget-test` produces a test/widget_test.dart sample widget test.
* Generate widget test bits in flutter create.
* Path fix.
* Added types.
* Skip shell testing on windows.
* formatting fixes
* Update test sample to test the sample app.
* Formatting tweak.
2017-07-21 15:11:59 -07:00
Ian Hickson
48427cb77a
Revert "Flutter analyze watch improvements ( #11143 )" ( #11328 )
...
This reverts commit e13e7806e3
.
Turns out that with this patch, we aren't actually catching all
errors. For example, `flutter analyze --flutter-repo --watch` didn't
report errors in `dev/devicelab/test/adb_test.dart`.
2017-07-20 14:47:36 -07:00
Dan Rubel
e13e7806e3
Flutter analyze watch improvements ( #11143 )
...
* flutter analyze --watch auto detect if in flutter repo
* move isFlutterLibrary from AnalyzeOnce into AnalyzeBase for use by AnalyzeContinuously
* pass --flutter-repo to analysis server when analyzing the flutter repository
* enhance flutter analyze --watch to summarize public members lacking documentation
2017-07-19 07:22:38 -04:00
Devon Carew
c186d0df1c
pass the value of the android sdk ( #11268 )
...
* pass the value of the android sdk
* swap flag
* allow the user to set the android-sdk location
2017-07-18 18:47:20 -07:00
Brian Slesinsky
6841ab22be
Add --name and --plain-name to 'flutter test' ( #11020 )
...
This adds a way to run only a subset of the tests.
(The new flags do the same thing as 'pub run test'.)
2017-06-29 17:26:19 -07:00
Zachary Anderson
09bdab201d
[fuchsia_reload] Use ssh instead of netcp/netruncmd ( #10436 )
2017-06-22 22:08:20 -07:00
Yegor
3b6d84b083
modernize iOS device lookup in driver ( #10780 )
2017-06-16 12:58:23 -07:00
Chris Bracken
615410d2d2
Inject iOS, Android workflows via context ( #10750 )
...
Eliminates the need for the device/daemon code to get at the iOS/Android
tooling indirectly via Doctor. In tests, we now inject the workflow
objects (or mocks) directly.
2017-06-15 16:11:08 -07:00
Todd Volkert
e9c7f604e9
Make generated Java folder names match package names. ( #10537 )
2017-06-07 13:16:16 -07:00
Devon Carew
38891a2f72
IntelliJ and Flutter plugin version checks ( #10454 )
...
* add min version checks for IntelliJ
* validate the installed versions of IntelliJ and the flutter plugin
* review comments
2017-06-02 15:23:36 -07:00
Mikkel Nygaard Ravn
251d83a4b5
Add org option to flutter create ( #10290 )
2017-05-24 16:19:16 +02:00
Mikkel Nygaard Ravn
10f6483003
Add Swift and Kotlin templates ( #10259 )
2017-05-24 08:22:50 +02:00
Ian Hickson
292abf7223
"flutter packages pub ..." to passthrough to dart pub ( #10044 )
2017-05-12 15:40:35 -07:00
Ian Hickson
7c9c5a296c
Rearrange tests to more closely match code structure ( #10043 )
2017-05-12 10:44:52 -07:00