flutter/dev/manual_tests
Ian Hickson e502e9c8f8 ImageIcon (#4649)
Anywhere that accepted IconData now accepts either an Icon or an
ImageIcon.

Places that used to take an IconData in an `icon` argument, notably
IconButton and DrawerItem, now take a Widget in that slot. You can wrap
the value that used to be passed in in an Icon constructor to get the
same result.

Icon itself now takes the icon as a positional argument, for brevity.

ThemeData now has an iconTheme as well as a primaryIconTheme, the same
way it has had a textTheme and primaryTextTheme for a while.

IconTheme.of() always returns a value now (though that value itself may
have nulls in it). It defaults to the ThemeData.iconTheme.

IconThemeData.fallback() is a new method that returns an icon theme data
structure with all fields filled in.

IconTheme.merge() is a new constructor that takes a context and creates
a widget that mixes in the new values with the inherited values.

Most places that introduced an IconTheme widget now use IconTheme.merge.

IconThemeData.merge and IconThemeData.copyWith act in a way analogous to
the similarly-named members of TextStyle.

ImageIcon is introduced. It acts like Icon but takes an ImageProvider
instead of an IconData.

Also: Fix the analyzer to actually check the stocks app.
2016-06-20 21:04:45 -07:00
..
android Change the Android activity launch mode to singleTop (#3792) 2016-05-09 09:31:34 -07:00
test Make it possible to run tests live on a device (#3936) 2016-05-16 12:53:13 -07:00
.gitignore Remove //examples/widgets 2016-03-08 16:37:32 -08:00
card_collection.dart ImageIcon (#4649) 2016-06-20 21:04:45 -07:00
drag_and_drop.dart Revert "Rename DefaultTextStyle constructor to explicit (#3920)" (#3930) 2016-05-16 11:08:07 -07:00
fitness_demo.dart ImageIcon (#4649) 2016-06-20 21:04:45 -07:00
flutter.yaml Updated fitness and weather manual tests, new asset locations (#4351) 2016-06-03 10:38:03 -07:00
mozart.dart Convert drag gestures to use details objects (#4343) 2016-06-02 23:45:49 -07:00
overlay_geometry.dart Introduce TapDownDetails and TapUpDetails (#4431) 2016-06-07 16:16:53 -07:00
pageable_list.dart ImageIcon (#4649) 2016-06-20 21:04:45 -07:00
pubspec.yaml Gallery shrine demo uses image assets (#4544) 2016-06-13 14:48:24 -07:00
raw_keyboard.dart Hide routes from the API when they're not needed. (#3431) 2016-04-20 09:33:28 -07:00
weather_demo.dart Refactor everything to do with images (#4583) 2016-06-16 09:49:48 -07:00