Ian Hickson
3012cce146
Clean up Tween and friends. ( #9858 )
2017-05-08 10:42:06 -07:00
Hans Muller
a6eb0a3e38
Gallery animation demo back button update ( #9853 )
2017-05-08 10:13:13 -07:00
Andrew Wilson
f752cd3844
Add url_launcher dependency to BUILD.gn. ( #9886 )
2017-05-08 09:53:41 -07: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
Brian Slesinsky
60c6ecc79f
add Dart_SDK project library to examples that don't have them ( #9847 )
...
This ensures that when someone opens the project using IDEA,
the Flutter plugin will find the location of the Flutter SDK
and run "flutter packages get".
2017-05-05 19:14:58 -07:00
P.Y. Laligand
8cef5232d5
Use the correct set of options to analyze Flutter packages. ( #9758 )
...
This affects the Fuchsia build which will soon run analysis by default.
2017-05-05 17:18:58 -07:00
Hans Muller
3681aee5a4
Selectively enable page scrolling in the gallery animation demo ( #9845 )
2017-05-05 16:02:25 -07: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
74e656752c
add Podfile ( #9835 )
2017-05-05 12:59:01 +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
Chris Bracken
07b1f7f744
Update Hello World plugin integration ( #9825 )
...
Enable plugin infra for both iOS and Android post-#9791.
2017-05-04 19:24:41 -07:00
Chris Bracken
8feda573cb
Update Stocks plugin integration ( #9824 )
...
Enable plugin infra for both iOS and Android post-#9791.
2017-05-04 19:14:04 -07:00
Chris Bracken
28feba043f
Update Gallery plugin integration ( #9823 )
...
Enable plugin infra for both iOS and Android post-#9791.
2017-05-04 19:02:00 -07:00
Chris Bracken
3d72406263
Migrate Catalog example to latest template ( #9793 )
2017-05-04 15:10:54 -07:00
Hans Muller
6d8930e4d6
Animation demo scrolling ( #9804 )
2017-05-04 11:13:36 -07:00
Chris Bracken
961da5a3bc
Move platform_channel_swift example to latest template ( #9786 )
2017-05-03 17:02:43 -07:00
Hans Muller
cddf06cf26
Added scroll snapping to the gallery animation demo ( #9710 )
2017-05-03 16:35:28 -07:00
Chris Bracken
461054687e
Move platform_channel example to latest template ( #9777 )
2017-05-03 15:27:26 -07:00
Chris Bracken
eacf793b35
Use default FlutterActivity in non-plugin examples ( #9770 )
...
Brings hello_world and flutter_gallery Android code in line with the
corresponding iOS code.
2017-05-03 14:20:17 -07:00
Chris Bracken
126cf49d26
Migrate Stocks example to latest template ( #9762 )
2017-05-03 13:00:38 -07:00
Kyle Bradshaw
b5671f1b22
Gallery Cupertino Dialog demo snackbar fix ( #9764 )
...
Fixes #9757
2017-05-03 12:29:45 -07:00
Jason Simmons
b586a97ad2
Enable physical model shadows (with animation) and change elevation to a double ( #9756 )
...
Fixes https://github.com/flutter/flutter/issues/9342
2017-05-03 12:11:01 -07:00
Chris Bracken
1dc2d4eb43
Migrate Gallery demo to latest template ( #9730 )
2017-05-02 14:05:53 -07:00
Ian Hickson
89856c0e5b
Adjust the defaults behaviour of scroll views. ( #9679 )
...
* Adjust the defaults behaviour of scroll views.
Now, primary scroll views scroll by default. Others only scroll if necessary.
* apply suggested changes
2017-05-02 09:14:50 -07:00
xster
1a4bf9b66d
Fix flutter view project's automated tests ( #9712 )
...
Remove checked in .lock, remove checked in cocoapods scripts in xcode project, let the automated test run pod install specifically for this test
2017-05-01 18:23:06 -07:00
Chris Bracken
89af5ec8c7
Update hello world example to latest template ( #9697 )
2017-05-01 13:08:52 -07:00
Hans Muller
7414e13423
AnimatedList sample app ( #9685 )
2017-05-01 12:57:34 -07:00
xster
f65fea8e2e
Create a text validator/formatter mechanism ( #9535 )
...
* Add a text formatter interface used by EditingText. Provide some default implementations.
* self nits
* Handle -1 selection offsets
* review notes
* simplify regular expression
* Add whitelisting formatters. Use a custom phone number formatter in text demo.
* review notes
* not being able to addAll(null) is pretty annoying
* review notes
* partial tests
* Add tests
* didn’t end up needing mockito
* move to services
2017-04-28 15:33:38 -07:00
Jason Simmons
a4992f0eac
Fix the sizing of the stack containing the Gallery preview banner ( #9657 )
2017-04-27 15:16:05 -07:00
Ian Hickson
11fa80bb78
MediaQuery.of shouldn't give a default return value ( #9596 )
2017-04-27 15:02:59 -07:00
Ian Hickson
36052e68dd
BoxDecoration API changes: backgroundColor -> color et al ( #9648 )
...
backgroundColor -> color
backgroundImage -> image
BackgroundImage -> DecorationImage
2017-04-27 14:19:01 -07:00
Adam Barth
744c91265b
Add NestedScrollView ( #9640 )
...
A NestedScrollView lets you implement patterns where you have a header, tabs,
and additional scrollers inside the tabs.
Fixes #8359
2017-04-27 12:29:40 -07:00
Jason Simmons
834c142d04
Fix the sizing of the image in Gallery/Contacts ( #9625 )
2017-04-27 11:32:53 -07:00
Alexandre Ardhuin
31828609dc
add @required ( #9579 )
2017-04-25 08:59:43 +02:00
Adam Barth
c288c7064f
Refactor scrolling code to prepare for nested scrolling ( #9575 )
...
This patch reworks some of the guts of scrolling to make it easier to
implement nested scrolling effects. The actually nested scrolling effect
will be included in a later patch.
2017-04-24 23:32:55 -07:00
Michael Thomsen
1de15bbb00
Remove Pods dir from examples that have it ( #9550 )
...
* Remove Pods dir from layers example
* Remove Pods dir from flutter_view example
2017-04-24 18:38:44 +02:00
Michael Thomsen
c313984409
Exclude generated PluginRegistry files from git ( #9555 )
2017-04-24 15:23:18 +02:00
Alexandre Ardhuin
83fce211a3
More const immutable classes ( #9544 )
...
* more widget const constructors
* prefer const constructors
* address review comments
2017-04-23 22:37:29 +02:00
Adam Barth
0d0861b3ee
The const will continue until morale improves ( #9536 )
2017-04-21 14:59:24 -07:00
Alexandre Ardhuin
9541848272
make @immutable const classes ( #9532 )
...
* make @immutable const
* fix build
2017-04-21 23:09:42 +02:00
Michael Thomsen
7a57d37195
Add Pods cache dir to ios/.gitignore ( #9464 )
...
* Add Pods cache dir to ios/.gitngnore
* Add missing ending newlines
2017-04-21 13:18:05 +02:00
Alexandre Ardhuin
35803c2297
comprehensive list of lints ( #9330 )
...
* comprehensive list of lints
* add comments to commented out lint
* fix unnecessary_this lints
* exclude prefer_final_fields
2017-04-20 09:38:57 +02:00
Alexandre Ardhuin
03c54abd5f
make some widgets const ( #9477 )
2017-04-20 08:59:05 +02:00
Hans Muller
92e40b5c45
Image color blend mode ( #9486 )
2017-04-19 17:46:00 -07:00
Brian Slesinsky
af25a5b888
gallery: set Dart SDK location in IDEA ( #9452 )
2017-04-18 15:46:22 -07:00
Hans Muller
1e4151691a
Fix PageSelector, page selector gallery demo ( #9448 )
2017-04-18 14:15:32 -07:00