Ian Hickson
1b9476c4d9
Hide routes from the API when they're not needed. ( #3431 )
...
The 'routes' table is a point of confusion with new developers. By
providing a 'home' argument that sets the '/' route, we can delay the
point at which we teach developers about 'routes' until the point where
they want to have a second route.
2016-04-20 09:33:28 -07:00
Yegor
e7657b9462
[driver] "waitFor" command in place of broken "exists" ( #3373 )
...
* [driver] "waitFor" command in place of broken "exits"
* [driver] wait using frame callback
2016-04-19 09:49:22 -07:00
Yegor
9ce995f65e
[driver] refactor API to finder objects ( #3365 )
2016-04-15 16:57:35 -07:00
Seth Ladd
84acea3627
Make analyzer happy, remove incorrect instruction ( #3181 )
...
Closes https://github.com/flutter/flutter/issues/3149
Closes https://github.com/flutter/flutter/issues/3148
2016-04-07 14:03:49 -07:00
Adam Barth
d645bc74d7
Be explicit about the theme in the starter app
...
This gives developers a breadcrumb they can follow to customize the
theme of their app. Previously, some customers were trying to set a
theme by manually configuring the colors of all their widgets.
Fixes #2980
2016-03-30 23:05:48 -07:00
Adam Barth
2a0f691c9f
Add a Key to FlutterDemo widget
...
It's a good practice to let clients supply a key for every widget.
Fixes #2910
2016-03-26 14:00:25 -07:00
Adam Barth
b1bc660c48
Add @override to starter template
2016-03-14 15:02:06 -07:00
Devon Carew
d0afabc358
change the description of the drive command
2016-03-14 09:48:02 -07:00
Adam Barth
ede5dfce30
[rename fixit] ToolBar -> AppBar
...
* left -> leading (Removes an LTR bias)
* center -> title (Widget was actually centered)
* right -> actions (Removes an LTR bias, asymmetric with leading)
Fixes #2348
2016-03-12 18:33:47 -08:00
Adam Barth
9b9ad3db17
[rename fixit] RouteBuilder -> BuildContext
...
Fixes #2353
2016-03-12 17:18:31 -08:00
Adam Barth
bb0d11be38
Merge pull request #2646 from abarth/rename_fixit
...
Execute rename fixit
2016-03-12 12:41:14 -08:00
Adam Barth
95fc5ae070
[rename fixit] *Component* -> *Widget*
...
This patch renames StatelessComponent to StatelessWidget and
StatefulComponent to StatefulWidget.
Fixes #2308
2016-03-12 12:34:05 -08:00
Devon Carew
6d19fd1fce
add an atom launch config to the starter app
2016-03-12 07:09:07 -08:00
Devon Carew
d9d94b1691
Merge pull request #2328 from devoncarew/no_dashes
...
clean the project names used for flutter create
2016-03-02 12:36:56 -08:00
Devon Carew
4c569195f1
clean the project names used for flutter create
2016-03-02 12:36:37 -08:00
Adam Barth
870894fc68
Switch Material Design icons to using the iconfont
...
Rather than managing all the Material Design icons manually, we now
manage them using an icon font. The icon font contains glyphs for each
icon in an efficient vector format.
This patch updates the FLX tooling to include the MaterialIcons font and
updates the Icon widget to use the font instead of asset images.
Fixes #2313
Fixes #2218
Fixes #2009
Fixes #994
2016-03-02 09:32:02 -08:00
Yegor Jbanov
6d35481cfa
add smoke driver test; find by tooltip; retry predicate
2016-02-29 16:50:47 -08:00
Adam Barth
11fa94cd6b
Simplify demo template
...
We don't need these keys. Also, improve style in several places.
Fixes #2225
2016-02-26 13:42:25 -08:00
Devon Carew
4860e63f44
Merge pull request #2153 from devoncarew/add_android_icon
...
add an android icon to the starter app
2016-02-25 00:40:49 -08:00
Devon Carew
c6dcac15d5
remove templates/create/.analysis_options.tmpl
2016-02-25 00:38:31 -08:00
Devon Carew
5ee1cba149
fix a regression in the android manifest
2016-02-24 23:40:00 -08:00
Devon Carew
f57afa762f
add an android icon to the starter app
2016-02-24 23:12:33 -08:00
yjbanov
54194a9075
wait for text to change in the sample driver test
2016-02-24 13:58:31 -08:00
Chinmay Garde
038367ad24
Remove all inline templates and provide a way to specify templates as resources
2016-02-24 11:33:07 -08:00