Hans Muller
5070d94243
Added GridTile
2016-02-18 16:08:54 -08:00
Devon Carew
bde44417b9
Merge pull request #2010 from devoncarew/create_command
...
make the '-o' option in create optional
2016-02-18 14:52:29 -08:00
Devon Carew
0da7463ef0
make the '-o' option in create optional
2016-02-18 14:33:59 -08:00
Hans Muller
242fce055d
Merge pull request #1975 from HansMuller/grid_list_demo
...
Added GridTileBar, grid list gallery demo
Added GridTileBar - support for adding headers and footers to grid tiles.
Added a material gallery scrollable grid demo.
Fixes #1554
Fixes #1979
2016-02-18 10:25:59 -08:00
Hans Muller
8cfe31f5e8
Added GridTileBar, grid gallery demo
2016-02-18 10:13:36 -08:00
Yegor
f073f6b5a3
Merge pull request #1842 from yjbanov/flutter-driver
...
flutter_driver package
2016-02-17 18:11:49 -08:00
yjbanov
439aadf4e4
move to pub version of vm_service_client
2016-02-17 18:02:18 -08:00
Yegor Jbanov
b0e4559459
add flutter_driver package
...
This commit contains:
- FlutterDriver API for e2e tests usable in conjunction with package:test
- FlutterDriverExtension to be enabled by the application in order to
allow an external agent to connect to it and drive user interactions and
probe into the element tree
- initial implementations of tap, findByValueKey and getText commands (to
be expanded in future PRs)
2016-02-17 18:02:18 -08:00
P.Y. Laligand
d93a87ee12
Merge pull request #1971 from pylaligand/operator
...
Added a few operators to the Velocity class.
2016-02-17 16:28:05 -08:00
P.Y. Laligand
a6c4927b27
Added a few operators to the Velocity class.
...
#1968
2016-02-17 15:58:19 -08:00
Adam Barth
91fa3701da
Merge pull request #1974 from abarth/relative_pub
...
Teach flutter to run from a relative path
2016-02-17 15:19:30 -08:00
Adam Barth
73449f80bb
Teach flutter to run from a relative path
...
Previously we were trying to run pub from the wrong working directory.
2016-02-17 15:11:02 -08:00
Viktor Lidholt
49c0ec3402
Merge pull request #1946 from vlidholt/master
...
Adds dialog for completed workout in Fitness demo
2016-02-17 10:39:04 -08:00
Viktor Lidholt
9576ce4399
Adds dialog for completed exercise in Fitness demo
2016-02-17 10:14:44 -08:00
Viktor Lidholt
ecfc303270
Correctly calculates gravity in particle systems
2016-02-17 10:14:44 -08:00
Devon Carew
ccf08e98de
Merge pull request #1958 from devoncarew/more_validation
...
More work on validation
2016-02-17 09:40:46 -08:00
Devon Carew
d5a6fceee5
add a summary option to the doctor class
2016-02-17 09:33:45 -08:00
Hans Muller
dc68728548
Merge pull request #1959 from HansMuller/grid_layout_update
...
Updated grid.dart
2016-02-17 09:15:34 -08:00
Hans Muller
ec6ed72e6a
updated per review feedback
2016-02-17 08:38:40 -08:00
Devon Carew
c832aff1ad
Merge pull request #1957 from devoncarew/rename_in_readmes
...
rename some flutter command references in readmes
2016-02-17 08:04:10 -08:00
Devon Carew
04eee82dd2
rename some flutter command references in readmes
2016-02-17 07:34:59 -08:00
Devon Carew
6a6b6539c8
Merge pull request #1947 from devoncarew/less_ios
...
make the ios development path less mandatory
2016-02-17 00:48:00 -08:00
Devon Carew
7ae6f7f391
make the ios development path less mandatory
2016-02-17 00:38:47 -08:00
Adam Barth
a5d5ff1b3a
Merge pull request #1952 from abarth/revert_bundle
...
Revert "iOS: Treat the initial Info.plist string as a mustache templa…
2016-02-16 21:28:08 -08:00
Adam Barth
90d53adea9
Revert "iOS: Treat the initial Info.plist string as a mustache template and use the project name to initialize the bundle name and identifier"
...
This reverts commit dd4361bcb3 .
We still use the hard-coded name in a number of places, including
launching the app on the iOS simulator.
Fixes #1950
2016-02-16 21:20:00 -08:00
Chinmay Garde
1dd74a301f
Merge pull request #1944 from chinmaygarde/master
...
Update the regex used to filter out Flutter specific logs
2016-02-16 18:56:33 -08:00
Chinmay Garde
ce009e4fa4
Merge pull request #1943 from chinmaygarde/master
...
Perform an engine version check on start and update the Xcode project if necessary
2016-02-16 18:09:25 -08:00
Chinmay Garde
9f0e6537fb
Update the regex used to filter out Flutter specific logs
2016-02-16 18:07:00 -08:00
Chinmay Garde
36a7c6576c
Perform an engine version check on start and update the Xcode project if necessary
2016-02-16 17:47:25 -08:00
Chinmay Garde
77103c01cd
Merge pull request #1941 from chinmaygarde/master
...
iOS: Treat the initial Info.plist string as a mustache template and use the project name to initialize the bundle name and identifier
2016-02-16 17:42:42 -08:00
Chinmay Garde
dd4361bcb3
iOS: Treat the initial Info.plist string as a mustache template and use the project name to initialize the bundle name and identifier
2016-02-16 17:29:36 -08:00
Adam Barth
db7294206a
Merge pull request #1940 from abarth/improve_android_sdk
...
Improve error message when Android SDK not found
2016-02-16 17:11:14 -08:00
Adam Barth
bef8d081ed
Improve error message when Android SDK not found
...
Also, look for the Android SDK in the default locations.
2016-02-16 17:02:52 -08:00
Hans Muller
99876e38a0
Merge pull request #1938 from HansMuller/grid_layout
...
Added Grid row and column spacing, changed padding interpretation
Grid padding now defines the distance the overall grid is inset. The grid rowSpacing and columnSpacing attributes define the space between rows and columns respectively.
2016-02-16 16:57:21 -08:00
Hans Muller
ba3930cc88
Changed grid layout padding and inter row/column spacing
2016-02-16 16:51:27 -08:00
Chinmay Garde
5960a13435
Merge pull request #1936 from chinmaygarde/master
...
Add iOS configuration files for all examples and remove GN related files
2016-02-16 16:23:56 -08:00
Chinmay Garde
8caf7b6289
Add iOS configuration files for all examples and remove GN related files
2016-02-16 16:17:14 -08:00
Eric Seidel
6159c67d2c
Merge pull request #1932 from eseidelGoogle/hide_run_mojo
...
Hide flutter run_mojo
2016-02-16 16:07:32 -08:00
Eric Seidel
f784fb8ce6
Hide flutter run_mojo
2016-02-16 16:06:39 -08:00
Chinmay Garde
4ca4961857
Merge pull request #1934 from chinmaygarde/master
...
Add iOS specific assets to the Stocks example
2016-02-16 16:02:59 -08:00
Adam Barth
2396b42f5a
Merge pull request #1935 from abarth/rm_ios_command
...
Remove flutter ios command
2016-02-16 16:02:26 -08:00
Adam Barth
0bb8d21bd2
Remove flutter ios command
...
All the functionality of this command has been integrated into other commands.
2016-02-16 16:01:59 -08:00
Chinmay Garde
23bbbcda2a
Add iOS specific assets to the Stocks example
2016-02-16 15:58:06 -08:00
Chinmay Garde
58de420eaf
Merge pull request #1933 from chinmaygarde/master
...
Refactor: Rename initialize_xcode.dart to setup_xcodeproj.dart
2016-02-16 15:51:23 -08:00
Adam Barth
7c105e6b2a
Merge pull request #1928 from abarth/move_to_up
...
Enforce that we get a final move to the pointer up location
2016-02-16 15:45:47 -08:00
Chinmay Garde
c2f5044099
Refactor: Rename initialize_xcode.dart to setup_xcodeproj.dart
2016-02-16 15:35:59 -08:00
Chinmay Garde
0a8138981f
Merge pull request #1930 from chinmaygarde/master
...
`flutter start` initializes the Xcode project if the user has not already done so.
2016-02-16 15:25:39 -08:00
Chinmay Garde
5cebf70da4
flutter start initializes the Xcode project if the user has not already done so.
2016-02-16 15:18:47 -08:00
Adam Barth
ddd58c5e23
Enforce that we get a final move to the pointer up location
...
Previously we asserted that we got a pointer move to the location where the
pointer up occured, but not all sources of pointer packets respect that
invariant. Specifically, on the iOS simulator, of you drag outside the window,
you'll get a stream of pointers that violates that invariant.
This patch teaches the converter to insert a PointerMoveEvent to move the
pointer to the location where the up occurs, repairing the invariant.
Fixes #1912
2016-02-16 14:58:40 -08:00
Adam Barth
2be0dfd6a0
Merge pull request #1899 from flutter/Hixie-patch-4
...
Dart SDK is no longer needed
2016-02-16 14:14:23 -08:00