Greg Spencer
29ab6b549a
Update manual_tests to be able to run on macOS/web ( #44830 )
...
I updated the build files for manual_tests, as well as adding in a macos and web directory to allow the manual tests to be run on the web or on desktop.
The main change here are the parts that I added to the files in manual_tests/lib/... (the addition of kIsWeb to "if (!kIsWeb && Platform.isMacOS) {") The rest is just an update of the auto-generated code from flutter create.
2019-11-19 11:29:35 -08:00
Greg Spencer
9749f59cf5
Desktop manual tests ( #41247 )
...
This enables the manual tests to be built on a macOS desktop machine in desktop mode.
I created the macos directory by using flutter create --macos
2019-09-25 14:49:22 -07:00
Michael Goderbauer
94aab29ec1
fix flutter run in dev/manual_tests ( #25817 )
2019-01-02 10:09:26 -08: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
Mikkel Nygaard Ravn
a755ccd4e4
Use new project template ( #10378 )
2017-05-29 14:07:21 +02:00