Tong Mu
20299a2c17
Add buttons customization to WidgetController and related testing classes ( #31095 )
...
* Add buttons to WidgetController and TestPointer
* Add more buttons
* Let TestPointer handle default device
* Use getter only buttons
2019-05-15 15:42:03 -07:00
Jonah Williams
83af6f48d6
Adds a type parameter to invokeMethod (and additional utility methods) ( #26303 )
2019-01-10 13:21:03 -08:00
xster
1f72406b74
Platform agnostic gallery smoke test ( #23423 )
2018-10-23 13:03:35 -07:00
Alexandre Ardhuin
0fb84e96c7
Prefer void to null ( #22977 )
...
* Future<void> main
* Future<void>.delayed
* prefer_void_to_Null
* address review comments
2018-10-16 22:03:06 +02:00
Alexandre Ardhuin
d927c93310
Unnecessary new ( #20138 )
...
* enable lint unnecessary_new
* fix tests
* fix tests
* fix tests
2018-09-12 08:29:29 +02:00
Ian Hickson
93b0265199
Fix flutter_gallery_instrumentation_test ( #20361 )
...
Somehow I forgot to say "super.tap()" when calling "tap()" on the new
superclass, so it was just recursing infinitely but ended up actually
crashing on the first reuse of the finder.
The error was previously swallowed, I made this print it instead.
2018-08-09 16:57:41 -07:00
Ian Hickson
872e88cec7
Reduce noise on the memory benchmarks ( #19630 ) ( #20163 )
...
- Check memory usage in release builds, not profile.
- Use multiple runs and average the results.
2018-08-06 12:46:51 -07:00
Ian Hickson
a2ca14d71e
Revert "Reduce noise on the memory benchmarks" ( #20158 )
...
* Revert "Add pub cache, artifacts, pkgs to Cirrus cache (#20080 )"
This reverts commit 07e93b385c
.
* Revert "Reduce noise on the memory benchmarks (#19630 )"
This reverts commit 8eb5cb7dc0
.
2018-08-02 13:56:44 -07:00
Ian Hickson
8eb5cb7dc0
Reduce noise on the memory benchmarks ( #19630 )
...
- Check memory usage in release builds, not profile.
- Use multiple runs and average the results.
2018-08-02 12:22:15 -07:00
Alexandre Ardhuin
eda03e2586
re-re-enable lint unnecessary_const ( #20103 )
2018-08-02 12:02:32 +02:00
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
Hans Muller
580c844c2f
Added GalleryApp testMode ( #17640 )
2018-05-16 11:42:39 -07:00
Hans Muller
bf3bd7667f
New Gallery UI reprise ( #17031 )
2018-04-27 08:11:20 -07:00
Hans Muller
38d5d46127
Revert "New Flutter Gallery UI" ( #16984 )
...
* Revert "New Flutter Gallery UI (#16936 )"
This reverts commit 7038597b02
.
2018-04-25 18:41:07 -07:00
Hans Muller
7038597b02
New Flutter Gallery UI ( #16936 )
...
A new front-end for the Flutter Gallery example.
2018-04-25 14:15:34 -07:00
Hans Muller
cdb82fce92
Put the backdrop demo controls on the right ( #16902 )
2018-04-23 17:19:39 -07:00
Hans Muller
a0099a9016
Make gallery tests more robust ( #15957 )
2018-03-27 13:39:30 -07:00
xster
82ddabd32a
Fastlane instructives for tool publishing the Gallery ( #14347 )
...
* first round fastlane working on Android
* clean up and start ios
* Partial iOS
* Got a fastfile that works on iOS
* Finalize Android push instructions
* Finalize instructions for iOS
* Extra cleanup and optipng
* Disable readme autogen and add a default readme
2018-01-31 11:21:37 -08:00
amirh
4f240a4dda
Fix 'Animated images' demo name in Gallery's test. ( #13240 )
...
In https://github.com/flutter/flutter/pull/13141 I updated the demo name
from 'Animated Images' to 'Animated images' before submitted, but did
not update the name in the smoketest and transitions_perf test.
2017-11-28 22:00:17 -08:00
amirh
47b5c37f1a
Add Images demo to the gallery app. ( #13141 )
2017-11-28 18:17:11 -08:00
xster
89405002bc
Add an iOS style demo to the gallery ( #12651 )
...
* Built first tab
* Small additions
* started tab 3
* Need color arithmetics
* tab 2 built
* finalize
* lint and tests
* review
* Reapply docs after rebase
* use color.computeLuminance
* linter
* nit
2017-11-03 08:50:29 -07:00
Yegor
18d9b20ffb
add Android instrumentation test ( #11063 )
...
* add Android instrumentation test
* add devicelab test
* add to manifest.yaml
* rename _smoke_test.dart to _smoketest.dart to prevent flutter test from picking it up
* volatile fields; style fixes
* use ConditionVariable; fix sh script
2017-07-10 17:20:49 -07:00