Alexandre Ardhuin
82262d8896
format operator== according to flutter style guide ( #48449 )
2020-01-09 08:23:02 -08:00
Alexandre Ardhuin
a541934125
enable lint prefer_for_elements_to_map_fromIterable ( #47726 )
2020-01-08 08:03:02 -08:00
Alexandre Ardhuin
ec0842e0d3
implicit-casts:false in examples ( #45805 )
2019-12-05 21:33:07 +01:00
Ian Hickson
449f4a6673
License update ( #45373 )
...
* Update project.pbxproj files to say Flutter rather than Chromium
Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.
* Update the copyright notice checker to require a standard notice on all files
* Update copyrights on Dart files. (This was a mechanical commit.)
* Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.
Some were already marked "The Flutter Authors", not clear why. Their
dates have been normalized. Some were missing the blank line after the
license. Some were randomly different in trivial ways for no apparent
reason (e.g. missing the trailing period).
* Clean up the copyrights in non-Dart files. (Manual edits.)
Also, make sure templates don't have copyrights.
* Fix some more ORGANIZATIONNAMEs
2019-11-27 15:04:02 -08:00
Todd Volkert
2c7af1e24e
Revert "[Gallery] Add Material Study app Rally as an example app ( #44907 )" ( #45279 )
...
This reverts commit 399aebc4b7
.
It contained Apache 2.0 licensed files, which aren't allowed in flutter/flutter
2019-11-20 12:18:44 -08:00
Per Classon
399aebc4b7
[Gallery] Add Material Study app Rally as an example app ( #44907 )
...
Add Material Study app Rally as an example app
2019-11-19 12:12:56 +01:00
liyuqian
2eb8caf13c
Re-enable Pesto in profile/release mode ( #44299 )
...
See https://github.com/flutter/flutter/issues/9257#issuecomment-550503833
2019-11-07 14:05:56 -08:00
Shi-Hao Hong
7d03371610
Revert "[Gallery] Add Material Study app Rally as an example app ( #42236 )" ( #44194 )
...
This reverts commit a214b4628e
.
2019-11-05 08:57:25 -08:00
Per Classon
a214b4628e
[Gallery] Add Material Study app Rally as an example app ( #42236 )
...
* Add Material Study app Rally to examples
2019-11-05 17:27:40 +01:00
rami-a
8fe424f9fe
[Material] Create demo for material banner ( #37631 )
2019-08-09 14:26:04 -04:00
Justin McCandless
3ada502832
Pan and zoom gallery demo ( #25164 )
...
Adds the "2D Transformations" demo to the gallery, which shows how to do things such as navigate around a map a la Google Maps, or show a full screen zoomable photo. The idea is to abstract this code into a first class widget soon.
2019-04-04 11:59:36 -07:00
Alexandre Ardhuin
4c1f4d14e1
fix some formatting issues ( #28809 )
...
* fix some formatting issues
* address review comments
* fix indent
2019-03-06 09:37:32 +01:00
Will Larche
57a8b03c5e
[Gallery] Fortnightly demo moved from flutter/samples. ( #28125 )
...
* [Gallery] Fortnightly demo moved from flutter/samples.
* [Gallery] Fortnightly analysis corrections.
* [Gallery] Minor rename.
* [Gallery] Making floats ints.
* [Gallery] Fortnightly minor visual polish.
* [Gallery] Formatting.
* [Gallery] Upping package version for gallery to support fortnightly demo.
* [Gallery] Fortnightly copy correction.
* [Gallery] Fortnightly study polish.
* [Gallery] Fortnightly polish.
* [Gallery] Fortnightly copy correction.
* [Gallery] Fortnightly copy now held in '''.
* [Gallery] Fortnightly comment.
* [Gallery] Updates necessary when flutter_gallery_assets updates.
* [Gallery] Updating macrobenchmarks because we updated flutter_gallery_assets.
* [Gallery] Moving spaces to beginning of copy lines.
* [Gallery] Copy correction.
* [Gallery] Adding tooltip to satisfy smoke test.
* [Gallery] Minor pr feedback.
* [Gallery] Forced upgrade.
2019-02-24 11:53:43 +01:00
Hans Muller
c37b7c535c
Dismissible not dismissable ( #26911 )
2019-01-22 15:06:56 -08:00
Michael Goderbauer
51732aee3b
Remove long-deprecated TwoLevelList ( #26238 )
2019-01-08 14:56:31 -08:00
Hans Muller
4857267e65
Updated Shrine demo ( #25674 )
2018-12-21 17:47:25 -08:00
Hans Muller
ec4f22c17b
Revert "Restore Flutter Gallery Shrine Demo, again (round 3) ( #24531 )" ( #24538 )
...
This reverts commit 4ec8883b83
.
2018-11-19 13:02:18 -08:00
Hans Muller
4ec8883b83
Restore Flutter Gallery Shrine Demo, again (round 3) ( #24531 )
2018-11-19 12:21:49 -08:00
Hans Muller
dd30efa190
Revert "Restore "Flutter gallery: updated Shrine demo" ( #23878 )" ( #23888 )
...
This reverts commit 76a1abd4c7
.
2018-11-02 15:32:02 -07:00
Hans Muller
76a1abd4c7
Restore "Flutter gallery: updated Shrine demo" ( #23878 )
2018-11-02 14:33:10 -07:00
Jonah Williams
0b35937b13
Revert "Flutter gallery: updated Shrine demo ( #23539 )" ( #23848 )
...
This reverts commit 949cfcf172
.
2018-11-01 19:30:11 -07:00
Hans Muller
949cfcf172
Flutter gallery: updated Shrine demo ( #23539 )
2018-11-01 12:48:24 -07:00
xster
b63ced55b4
Add a CupertinoTextField ( #23194 )
2018-10-22 19:20:17 -07:00
xster
75b24070dd
Add API docs link to each gallery demo ( #22379 )
2018-09-28 16:06:41 -07: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
xster
3313f5185f
Put Cupertino gallery demos in alphabetical order ( #21081 )
2018-08-27 15:10:05 -07:00
Will Larche
47cffd160c
[Gallery] Material elevations (shadows) demo ( #20842 )
...
* [Gallery] Elevations demo. TODO: Correct icon.
* [Gallery] More elevations for the elevation demo.
* [Gallery] Elevation toggle for elevation demo.
* [Demos] Update temp icon on elevations demo.
* [Demos] Changing action icon.
* [Demos] Same.
* [Demos] Adding new and const.
* [Demos] Reverting formatting.
* [Gallery] PR Feedback.
2018-08-22 13:02:35 -04:00
Natalie Sampsell
faffd3aef3
Add CupertinoActionSheet to gallery ( #20411 )
2018-08-15 01:01:30 -07:00
Natalie Sampsell
64532336f4
Add segmented control to gallery ( #19425 )
2018-08-09 15:06:01 -07:00
Alexandre Ardhuin
eda03e2586
re-re-enable lint unnecessary_const ( #20103 )
2018-08-02 12:02:32 +02:00
David Shuckerow
f844fadaf3
Reorderable list widget and Material demo ( #18374 )
2018-07-30 15:21:00 -07: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
Chris Bracken
32af169946
Revert "Add segmented control to gallery ( #19192 )" ( #19227 )
...
This appears to trigger an error during AOT snapshot of the gallery as
follows:
```
stdout: [ +6 ms] Building AOT snapshot in release mode (ios-release)...
stdout: [ +15 ms] Extra gen_snapshot options: [--print_snapshot_sizes]
stdout: [ +7 ms] /usr/bin/arch -x86_64 /Users/flutter/.cocoon/flutter/bin/cache/artifacts/engine/ios-release/gen_snapshot --await_is_keyword --causal_async_stacks --packages=.packages --url_mapping=dart:ui,/Users/flutter/.cocoon/flutter/bin/cache/pkg/sky_engine/lib/ui/ui.dart --url_mapping=dart:vmservice_io,/Users/flutter/.cocoon/flutter/bin/cache/pkg/sky_engine/sdk_ext/vmservice_io.dart --embedder_entry_points_manifest=/Users/flutter/.cocoon/flutter/bin/cache/artifacts/engine/ios-release/dart_vm_entry_points.txt --embedder_entry_points_manifest=/Users/flutter/.cocoon/flutter/bin/cache/artifacts/engine/ios-release/dart_io_entries.txt --print_snapshot_sizes --snapshot_kind=app-aot-assembly --assembly=build/aot/arm64/snapshot_assembly.S /Users/flutter/.cocoon/flutter/examples/flutter_gallery/lib/main.dart
stderr: [+9324 ms] Error: 'file:///Users/flutter/.cocoon/flutter/examples/flutter_gallery/lib/demo/cupertino/cupertino_segmented_control_demo.dart': error: line 19 pos 1: circular dependency for function _CupertinoSegmentedControlDemoState
stderr: [ ] class _CupertinoSegmentedControlDemoState extends State {
stderr: [ ] ^
stderr: [ +33 ms] Dart snapshot generator failed with exit code 254
stderr: [ ] Snapshotting (IOSArch.arm64) exited with non-zero exit code: 254
stdout: [ ] Built to build/aot/.
stdout: [ +10 ms] "flutter aot" took 9,485ms.
```
This reverts commit 9d49ee3bf0
.
2018-07-10 14:38:52 -07:00
Natalie Sampsell
9d49ee3bf0
Add segmented control to gallery ( #19192 )
...
* Adding segmented control to gallery
2018-07-10 11:17:47 -07:00
Michael Goderbauer
d5a103402c
Expandable Search ( #17629 )
2018-05-24 09:30:37 -07:00
Hans Muller
eee986b076
Gallery cosmetic updates ( #17310 )
2018-05-07 09:25:50 -07:00
Chris Bracken
c9954f1053
Gallery demos: reordered and retitled ( #17220 ) ( #17273 )
2018-05-03 18:26:46 -07:00
Chris Bracken
322eb81a79
Revert longPress/Tap and Gallery changes ( #17269 )
...
Revert longPress/Tap and Gallery changes
2018-05-03 16:51:45 -07:00
Hans Muller
22c12f9f92
Gallery demos: reordered and retitled ( #17220 )
2018-05-03 11:05:48 -07:00
Konstantin Scheglov
9fe53b0d2b
Export @required from src/widgets/framework.dart ( #17208 )
2018-05-03 08:50:40 -07:00
Hans Muller
dba7855de8
Update the gallery BottomAppBar demo ( #17177 )
2018-05-02 11:18:48 -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