Todd Volkert
77da737847
Bump intl
to 0.15.1 ( #11162 )
...
* requires bumping `process` to a version that has
relaxed version restrictions on `intl`
https://github.com/flutter/flutter/issues/10650
2017-07-11 21:11:26 -07:00
Adam Barth
ff0aa51326
Update gallery assets ( #9957 )
...
The new assets have been optipng'ed.
2017-05-11 23:28:25 -07:00
Sarah Zakarias
4e3a4ce830
Update Flutter Gallery to new plugin registry ( #9914 )
2017-05-09 14:00:06 +02:00
Sarah Zakarias
2dd26a93a5
Revert "Revert plugin use in gallery ( #9838 )" ( #9913 )
...
This reverts commit 4bbf158b6a6e3606d888cd36619446237ed61a9a.
2017-05-09 11:49:03 +02:00
Ian Hickson
a5894fca82
Revert "Revert "Revert plugin use in gallery ( #9838 )"" ( #9883 )
...
* Revert "Update reference to url_launcher plugin in Gallery pubspec (#9879 )"
This reverts commit 96a04dea0d2c3a16d4a95fcd931cc00d3a0d2d8d.
* Revert "Revert "Revert plugin use in gallery (#9838 )" (#9877 )"
This reverts commit ede72a804305e1d8495dfa1e463115ec6d5ad3c6.
2017-05-08 09:42:23 -07:00
Ian Hickson
f3c60eaf5a
Revert "Update reference to url_launcher plugin in Gallery pubspec ( #9879 )" ( #9885 )
...
This reverts commit 96a04dea0d2c3a16d4a95fcd931cc00d3a0d2d8d.
2017-05-08 09:42:06 -07:00
Sarah Zakarias
96a04dea0d
Update reference to url_launcher plugin in Gallery pubspec ( #9879 )
2017-05-08 15:24:52 +02:00
Sarah Zakarias
ede72a8043
Revert "Revert plugin use in gallery ( #9838 )" ( #9877 )
...
This reverts commit 4bbf158b6a6e3606d888cd36619446237ed61a9a.
2017-05-08 13:32:41 +02:00
Sarah Zakarias
4bbf158b6a
Revert plugin use in gallery ( #9838 )
...
* Revert "add Podfile (#9835 )"
This reverts commit 74e656752ca76987163653548ec8844c005a3d75.
* Revert "update ref to url_launcher plugin in Flutter Gallery (#9833 )"
This reverts commit 30c49781c5a87a864763783a4fa2950d8ff4687c.
* Revert "Use url_launcher plugin in Flutter Gallery (#9751 )"
This reverts commit 02dfd6be53291e106d10fabc6f50d48da0b78ba7.
2017-05-05 14:14:33 +02:00
Sarah Zakarias
30c49781c5
update ref to url_launcher plugin in Flutter Gallery ( #9833 )
2017-05-05 11:37:27 +02:00
Sarah Zakarias
02dfd6be53
Use url_launcher plugin in Flutter Gallery ( #9751 )
2017-05-05 10:48:46 +02:00
Ian Hickson
1bdf351818
Merge pubspec.yaml and flutter.yaml. ( #7605 )
2017-01-24 11:19:31 -08:00
Adam Barth
32fea4db82
Remove gallery dependency on flutter_markdown ( #7534 )
...
The gallery doesn't actually use `package:flutter_markdown`.
2017-01-19 14:47:48 -08:00
Dan Rubel
34e466f1fd
Refactor flutter command exit code - part 3 of 3 ( #6838 )
...
* Remove the workaround that pinned args to v0.13.6
This reverts most of the changes in commit 6331b6c8b5d964ec0dbf2cd9bb84c60c650a0878
* throw exception if exit code is not an integer
* rework command infrastructure to throw ToolExit when non-zero exitCode
* convert commands to return Future<Null>
* cleanup remaining commands to use throwToolExit for non-zero exit code
* remove isUnusual exception message
* add type annotations for updated args package
2016-11-14 14:21:30 -05:00
Dan Rubel
6331b6c8b5
revert args to 0.13.6 ( #6765 )
2016-11-08 17:15:11 -05:00
Adam Barth
c1a2967430
Use SDK sources to refer to our own packages ( #6001 )
...
Switch our pubspec.yamls to using SDK sources so that we can have consistent
source types when we depend on these packages from external packages using SDK
sources.
2016-09-22 20:39:35 -07:00
Adam Barth
d3efe7da5e
Remove flutter_sprites ( #5996 )
...
This code is now in its own standalone library. The library is in a private git
repository in the flutter organization because the code is unmaintained. If
you're interested in using and maintaining this code, please contact
flutter-dev@googlegroups.com for more information.
2016-09-22 10:54:06 -07:00
Adam Barth
157ffaac35
Update Dart package dependencies ( #5832 )
2016-09-12 16:00:12 -07:00
Phil Quitslund
d2fda677e1
Update to Dart 1.20.0-dev.1.0
. ( #5689 )
...
* Udpate to Dart `1.20.0-dev.1.0`.
Udpate to Dart `1.20.0-dev.1.0` and corresponding `analyzer` package.
* Added `--no-packages-dir`.
* Revert extension to master.
* Added ignores.
* Review nits.
* More nits.
2016-09-08 13:14:08 -07:00
Hans Muller
4fe80830ca
Use updated appbar background assets ( #5248 )
2016-08-05 09:02:34 -07:00
Hans Muller
3a7508d702
New gallery identity ( #5210 )
2016-08-04 11:07:59 -07:00
pq
13c3f9d946
Update Dart (1.19.0-dev.0.0) and analyzer (0.27.4-alpha.19).
2016-07-27 10:44:44 -07:00
Hans Muller
ebaf9e29a0
Gallery shrine demo uses image assets ( #4544 )
2016-06-13 14:48:24 -07:00
Hans Muller
187ff00294
New gallery app bar background ( #4539 )
2016-06-13 12:41:29 -07:00
Matt Perry
ffde6777fc
Pull Flutter gallery assets from Google's git repo. ( #4493 )
...
This repo contains the final licensed images.
2016-06-09 16:03:10 -04:00
Matt Perry
3e0e6b9997
Smoothly scale the Pesto logo as the app bar resizes. ( #4465 )
...
Also update the assets version to pull in better quality logo images.
BUG=https://github.com/flutter/flutter/issues/4407
2016-06-08 15:49:21 -04:00
Adam Barth
4f4f24eac5
Loosen dependencies on string_scanner ( #4412 )
...
Now that there's a new string_scanner in town, we're having dependency
resolution conflict because of flutter_markdown's tight dependency. This
patch loosens the dependency and resolves the conflict.
2016-06-06 19:22:55 -07:00
Hans Muller
0b7e975e2c
Updated fitness and weather manual tests, new asset locations ( #4351 )
2016-06-03 10:38:03 -07:00
Hans Muller
dd27a489fa
Update gallery demo list ( #4335 )
2016-06-02 16:12:54 -07:00
Hans Muller
309b9f8010
Version 0.0 of a gallery demo of the Material Design "Shrine" app ( #4327 )
2016-06-02 14:23:20 -07:00
Hans Muller
74c3e74fba
Call it Flutter Gallery ( #3801 )
2016-05-09 11:00:54 -07:00