flutter/examples/flutter_gallery/lib/gallery
Chris Bracken 2ae48845a8
Revert elimination of Dart 1 (#18460)
fuchsia_tester.dart still assumes Dart 1. Previously, it ran tests directly
from source, flutter_platform.dart automatically runs a kernel compile when
operating in Dart 2 mode, but this assumes a functional Dart SDK is available
in the artifacts directly, and fuchsia_tester.dart mocks out the artifacts
directory with an empty temp dir.

Remaining work is:
1. Get the frontend server building as a dependency on Fuchsia.
2. Patch fuchsia_tester.dart to use a valid Dart SDK and frontend server.

This also reverts migration to Dart 2 typedef syntax.

This reverts commit 6c56bb2. (#18362)
This reverts commit 3daebd0. (#18316)
2018-06-13 12:46:39 -07:00
..
about.dart New Gallery UI reprise (#17031) 2018-04-27 08:11:20 -07:00
app.dart enable lint prefer_equal_for_default_values (#18156) 2018-06-05 08:50:40 +02:00
backdrop.dart enable lint prefer_equal_for_default_values (#18156) 2018-06-05 08:50:40 +02:00
demo.dart Extended ButtonTheme, RoundedRectangleBorder, gallery buttons demo (#15723) 2018-03-22 13:20:18 -07:00
demos.dart Expandable Search (#17629) 2018-05-24 09:30:37 -07:00
example_code_parser.dart Fix example code just showing endless spinner when deployed from Windows (#14878) 2018-02-28 20:39:48 +00:00
example_code.dart Add OutlineButton, Tristate Checkbox to Flutter Gallery (#15312) 2018-03-12 10:21:14 -07:00
home.dart Fix broken asset uris (#18336) 2018-06-09 20:11:08 -07:00
icons.dart New Gallery UI reprise (#17031) 2018-04-27 08:11:20 -07:00
options.dart enable lint prefer_equal_for_default_values (#18156) 2018-06-05 08:50:40 +02:00
scales.dart New Gallery UI reprise (#17031) 2018-04-27 08:11:20 -07:00
syntax_highlighter.dart Make non-global constants have consistent naming (with just _ instead of _k) (#17584) 2018-05-17 23:04:41 -07:00
themes.dart Updated the error color in the Gallery themes (#17200) 2018-05-02 11:09:28 -07:00
updater.dart Revert elimination of Dart 1 (#18460) 2018-06-13 12:46:39 -07:00