Justin McCandless
3ada502832
Pan and zoom gallery demo ( #25164 )
...
Adds the "2D Transformations" demo to the gallery, which shows how to do things such as navigate around a map a la Google Maps, or show a full screen zoomable photo. The idea is to abstract this code into a first class widget soon.
2019-04-04 11:59:36 -07:00
Michelle Dudley
eb4b3e4b62
Fix Shrine overscroll glow indicator ( #27217 )
2019-04-04 09:51:01 -04:00
Hans Muller
9fe6be8a65
Fix gallery API doc URL launcher ( #30460 )
2019-04-03 16:57:03 -07:00
Jonah Williams
1bfa2f2311
Intercept errors thrown by synchronous Completers in image resolution. ( #30139 )
2019-03-29 10:05:18 -07:00
Jonah Williams
3c93b65a9b
Update to latest matcher ( #30019 )
2019-03-27 17:21:10 -07:00
Danny Tuppeny
6b5b846b98
Update Twitter handle @flutterio -> @FlutterDev ( #29908 )
...
The @flutterio account now just directs people to @FlutterDev:
https://twitter.com/flutterio
2019-03-25 18:38:11 +00:00
Alexandre Ardhuin
bfa1d25bf9
some formatting of map, parameters and spaces ( #29760 )
2019-03-23 00:02:21 +01:00
Jonah Williams
e8e60a8dd7
Revert "Enable platform views for Flutter Gallery on iOS. ( #29632 )" ( #29754 )
2019-03-21 12:47:19 -07:00
Amir Hardon
71fa3889a0
Enable platform views for Flutter Gallery on iOS. ( #29632 )
...
This results in running Flutter Gallery with one less thread (platform
and gpu threads are the the same).
This is very likely to cause a regression in the iOS Gallery benchmarks.
I'm mainly interested in landing this to see how much the benchmarks
regress, and it's likely that we will revert it shortly after landing.
2019-03-21 11:02:43 -07:00
Alexandre Ardhuin
a6af422874
some spaces formatting ( #29452 )
...
* some space formattings
* always use blocks in if-else if a block is used
* format spaces in for and while
* allow multiline if conditions
* fix missing space
2019-03-20 23:23:31 +01:00
Brian Wilkerson
439fbbe69e
Update SDK constraints to reflect the fact that set literals are being used ( #29389 )
2019-03-15 07:53:27 -07:00
Alexandre Ardhuin
a0d1f93b07
fix block formatting ( #29051 )
2019-03-09 09:03:11 +01:00
Alexandre Ardhuin
440ce8fde6
Fix indentations of statements in BlockFunctionBody ( #28933 )
...
* fix indentof statements in BlockFunctionBody
* fix indentof statements in BlockFunctionBody in tests
2019-03-07 21:09:28 +01:00
TruongSinh Tran-Nguyen
0c7fe40e37
fix #19175 How should addTime be used from a test? ( #25202 )
2019-03-06 15:32:33 -08:00
Dan Field
20e0f13cc9
Test reporter ( #28297 )
...
* Wrap test.main with a custom processor
* Report test results to bigquery table
2019-03-06 13:13:45 -08:00
Phil Quitslund
802eca29d2
set literal conversions ( #27811 )
2019-03-06 11:05:16 -08:00
Alexandre Ardhuin
4c1f4d14e1
fix some formatting issues ( #28809 )
...
* fix some formatting issues
* address review comments
* fix indent
2019-03-06 09:37:32 +01:00
Alexandre Ardhuin
387f885481
Add missing trailing commas ( #28673 )
...
* add trailing commas on list/map/parameters
* add trailing commas on Invocation with nb of arg>1
* add commas for widget containing widgets
* add trailing commas if instantiation contains trailing comma
* revert bad change
2019-03-01 08:17:55 +01:00
Jonah Williams
ec93468a14
Add capability to run build_runner tests for engine ( #28684 )
2019-02-28 20:06:14 -08:00
Hans Muller
2fd0728cab
Updated gallery light and dark themes ( #28619 )
2019-02-28 11:41:05 -08:00
Jonah Williams
d2a76414f4
remove json_schema dep again ( #28517 )
2019-02-26 12:01:22 -08:00
Jason Simmons
9406ebcbaf
Only call Activity.reportFullyDrawn on Lollipop or above ( #28175 )
...
This API requires the UPDATE_DEVICE_STATS permission on KitKat
2019-02-25 11:39:17 -08:00
Will Larche
3423c831b9
[Gallery] Fix fortnightly analysis for consts. ( #28431 )
2019-02-24 21:48:50 +01:00
Will Larche
57a8b03c5e
[Gallery] Fortnightly demo moved from flutter/samples. ( #28125 )
...
* [Gallery] Fortnightly demo moved from flutter/samples.
* [Gallery] Fortnightly analysis corrections.
* [Gallery] Minor rename.
* [Gallery] Making floats ints.
* [Gallery] Fortnightly minor visual polish.
* [Gallery] Formatting.
* [Gallery] Upping package version for gallery to support fortnightly demo.
* [Gallery] Fortnightly copy correction.
* [Gallery] Fortnightly study polish.
* [Gallery] Fortnightly polish.
* [Gallery] Fortnightly copy correction.
* [Gallery] Fortnightly copy now held in '''.
* [Gallery] Fortnightly comment.
* [Gallery] Updates necessary when flutter_gallery_assets updates.
* [Gallery] Updating macrobenchmarks because we updated flutter_gallery_assets.
* [Gallery] Moving spaces to beginning of copy lines.
* [Gallery] Copy correction.
* [Gallery] Adding tooltip to satisfy smoke test.
* [Gallery] Minor pr feedback.
* [Gallery] Forced upgrade.
2019-02-24 11:53:43 +01:00
Dan Field
0e984fb237
update packages ( #28400 )
2019-02-23 10:08:53 -08:00
Bryan Henry
e3b2007c08
Clean up flutter_gallery.cmx's sandbox ( #28193 )
...
Delete unused 'persistent-storage' feature (which is being removed from
Fuchsia) and inclusion of '/system/data' in namepsace
2019-02-22 23:21:52 -08:00
rami-a
b28bdabc63
Minor UI tweaks to Cards demo based on internal feedback ( #28215 )
...
* Minor UI tweaks to Cards demo based on internal feedback
* Analyzer
* Tweak ink ripple opacity
* Address PR feedback
2019-02-22 15:50:58 -05:00
Stanislav Baranov
3837ec9e96
Reland #27754 , now that bsdiff has moved to flutter/packages. ( #28291 )
2019-02-21 21:59:41 -08:00
Hans Muller
617ca62709
[Material] Expand BottomNavigationBar API (reprise) ( #28159 )
2019-02-21 16:05:36 -08:00
Dan Field
ed4e3da360
update packages and supress lint ( #27902 )
2019-02-13 15:45:20 -08:00
Kartik Sharma
b4adafac08
Fixed Cupertino Switch Demo ( #27528 )
2019-02-13 12:43:08 -08:00
rami-a
c348be9739
[Material] Update the card demo in the Gallery to demonstrate different uses of the Card widget ( #27699 )
...
Additionally, this adds a tappable Card example to the Card documentation.
2019-02-12 16:56:47 -05:00
Martin
6d31323971
Create slider with editable numerical value in gallery ( #23506 )
...
* Update doc header in Opacity class to fix issue #23311
* Added slider with editable numerical value to gallery. Fixes flutter#1542
* Revert "Update doc header in Opacity class to fix issue #23311 "
This reverts commit 2d3642bbda
.
* Fix typo in slider description
* Increase TextField size to pass accessibility test
* Added Semantics widget to pass accessibility test
* Made description start with caps to match other examples
* Removed unnecessary spacing Container widget
* Update authors file
* Fix indent
* Removed decimal and replaced boundaries with .clamp
Signed-off-by: Martin Staadecker <machstg@gmail.com>
* Undo line wrap from previous commit
Signed-off-by: Martin Staadecker <machstg@gmail.com>
* Update onSubmitted to only call setState when value has changed
Signed-off-by: Martin Staadecker <machstg@gmail.com>
2019-02-08 10:47:59 -05:00
Jonah Williams
b06a709305
Use flutter_tools to generate build_script ( #27277 )
2019-02-05 18:35:20 -08:00
rami-a
fc67f2efc7
Ensure Shrine app respects the platform toggle from Gallery options ( #27400 )
...
* Ensure Shrine app repsects the platform toggle from Gallery options
* Retrigger CI
* Retrigger CI again
2019-02-01 14:13:14 -05:00
MhdHejazi
af3cdb33da
#19060 Update material.google.com links to material.io ( #26807 )
2019-02-01 10:14:48 -08:00
rami-a
cdddec7418
Update shrine login screen so that cancel dismisses the route ( #27367 )
...
Additionally, fix the status bar color for the login screen
Closes #26034
2019-02-01 09:34:13 -05:00
Michael Goderbauer
6d20ff2446
Remove all obsolete "// ignore:" ( #27271 )
2019-01-30 08:56:12 -08:00
Jonah Williams
ca92efecae
Add module checking ( #27122 )
2019-01-29 12:26:48 -08:00
Jonah Williams
2e8f173f7d
Add flutter_build package for codegen and version sync with tool ( #26978 )
2019-01-25 16:06:25 -08:00
Dan Field
8fcddbbd92
remove flutter upgrade from stocks and gallery ( #27093 )
2019-01-25 10:37:28 -08:00
Dan Field
496c57386b
Update packages ( #27046 )
...
* Update packages
* Change test for isFile
2019-01-24 16:02:45 -08:00
Jason Simmons
7bfbc28505
Revert "Upgrade the Gradle script to Android plugin version 3.3.0 ( #26913 )" ( #27045 )
...
This reverts commit 30f33d6c7d
.
2019-01-24 14:29:08 -08:00
Jason Simmons
30f33d6c7d
Upgrade the Gradle script to Android plugin version 3.3.0 ( #26913 )
...
Fixes https://github.com/flutter/flutter/issues/26544
2019-01-24 12:21:11 -08:00
Hans Muller
c37b7c535c
Dismissible not dismissable ( #26911 )
2019-01-22 15:06:56 -08:00
Jonah Williams
f777db2b78
add uiMode to android:configChanges ( #26896 )
2019-01-22 10:37:22 -08:00
Dan Field
386f3466b5
Roll engine to 05fee4eeee0ff6b219b1fcc394371e5f6963cc46 ( #26713 )
...
* move flutter_assets to App.framework
* Roll engine to 05fee4eeee0ff6b219b1fcc394371e5f6963cc46
05fee4eee Update default flutter_assets path for iOS embedding (flutter/engine#7518 )
02205db01 Roll src/third_party/skia 5d052dac3ac1..02738a86e5fd (4 commits) (flutter/engine#7541 )
af907c074 Roll src/third_party/skia 5c7a3ac0e214..5d052dac3ac1 (7 commits) (flutter/engine#7540 )
dde286673 IWYU to get SkFontMetrics (flutter/engine#7539 )
2019-01-21 21:23:04 -08:00
Dan Field
d8d36bc7e8
targetSdkVersion 28 ( #26798 )
2019-01-19 11:59:42 -08:00
Dan Field
f02f4fbed3
Rev Android Platform to 28 for bots ( #26790 )
...
* Rev Android Platform to 28 for bots
* push all to 28
* include platform tools update
2019-01-18 20:39:10 -08:00
xster
b531b8f507
Use Cirrus image's fastlane instead of freezing our own set of gem dependencies ( #26737 )
2019-01-18 10:37:35 -08:00
Jonah Williams
8c5a41113e
Add support for reverse to ReorderableListView ( #26203 )
2019-01-18 10:10:44 -08:00
Dan Field
4c99958df6
Revert "Move flutter_assets to App.framework ( #26630 )" ( #26675 )
...
This reverts commit d8db70af1a
.
2019-01-16 16:46:37 -08:00
Dan Field
d8db70af1a
Move flutter_assets to App.framework ( #26630 )
...
* move flutter_assets to App.framework
* remove flutter_assets references from all pbxproj files checked in
2019-01-16 14:02:54 -08:00
xster
181d357c95
Add back lost gallery theme code ( #26333 )
2019-01-11 14:36:14 -08:00
Jonah Williams
83af6f48d6
Adds a type parameter to invokeMethod (and additional utility methods) ( #26303 )
2019-01-10 13:21:03 -08:00
jslavitz
cea4aa9b7b
Teach drag start behaviors to DragGestureRecognizer ( #26246 )
...
* the onStart callback will report the location of the pointer where it wins the gesture arena by default instead of the pointer down location. Fixes all tests related to changing this default value.
2019-01-09 10:53:47 -08:00
Michael Goderbauer
51732aee3b
Remove long-deprecated TwoLevelList ( #26238 )
2019-01-08 14:56:31 -08:00
jslavitz
e4fb4fe279
Revert "Teach drag start behaviors to DragGestureRecognizer ( #23424 )" ( #26209 )
...
This reverts commit 08538f91f0
.
2019-01-07 17:59:03 -08:00
jslavitz
08538f91f0
Teach drag start behaviors to DragGestureRecognizer ( #23424 )
...
* Adds start behavior option to the drag gesture recognizer and makes it the default option when a drag gesture recognizer is created. Also fixes all the tests to work correctly with the new default behavior.
2019-01-07 15:11:12 -08:00
xster
1212d4c726
Clean gallery about page post-1.0 ( #26031 )
2019-01-04 08:40:42 -08:00
Michael Goderbauer
aca3aba10e
Turn clipping on for Card Demo ( #26030 )
2019-01-03 17:18:27 -08:00
Zachary Anderson
eb236da5ea
[fuchsia] Fix flutter_gallery BUILD.gn ( #26015 )
2019-01-03 09:15:53 -08:00
Michael Goderbauer
bb711b5d04
remove early-stage from Gallery's About screen ( #25798 )
2018-12-27 12:17:42 -08:00
Hans Muller
4857267e65
Updated Shrine demo ( #25674 )
2018-12-21 17:47:25 -08:00
Stanislav Baranov
10ce692089
Revert dependency upgrade to see if it helps with build times and APK size ( #25642 )
2018-12-21 10:55:04 -08:00
Stanislav Baranov
7f1f39385b
Add missing dependency to fix the build ( #25582 )
2018-12-19 14:31:30 -08:00
Stanislav Baranov
da599cfc59
Update examples to match the new version of generated build.gradle ( #25483 ) ( #25569 )
...
This version honors flutter tool's --build-number/--build-name flags.
2018-12-19 12:16:30 -08:00
liyuqian
3cf40b436d
Revert "Update examples to match the new version of generated build.gradle ( #25483 )" ( #25563 )
...
This reverts commit 8acc058cf1
.
Reverts #25483
Reason for revert: it seems to break the flutter_gallery_instrumentation_test post-submit test.
TBR: @sbaranov
2018-12-19 09:14:41 -08:00
xster
b8a035a3d4
Adds CupertinoTheme ( #23759 )
2018-12-18 20:36:35 -08:00
Hans Muller
8b34a12d45
Video demo instrumentation ( #25489 )
...
* Video Demo instrumentation
* Video Demo instrumentation
* Updated per review
* Fixed a typo
2018-12-18 14:46:45 -08:00
Stanislav Baranov
8acc058cf1
Update examples to match the new version of generated build.gradle ( #25483 )
...
This version honors flutter tool's --build-number/--build-name flags.
2018-12-18 14:39:12 -08:00
Trevor Wang
114335dff0
Support TextField multi-line hint text #20941 ( #24976 )
2018-12-11 22:46:05 -08:00
xster
7058cf5a8f
Temporarily add the incorrectly filtered exoplayer gradle dependency ( #25186 )
2018-12-10 20:51:17 -08:00
jslavitz
f250db6cb2
Adds small fix to Cupertino navigation demo
2018-12-10 09:34:17 -08:00
Hans Muller
ec4f22c17b
Revert "Restore Flutter Gallery Shrine Demo, again (round 3) ( #24531 )" ( #24538 )
...
This reverts commit 4ec8883b83
.
2018-11-19 13:02:18 -08:00
Hans Muller
4ec8883b83
Restore Flutter Gallery Shrine Demo, again (round 3) ( #24531 )
2018-11-19 12:21:49 -08:00
jslavitz
b3d9fb4dee
Scaffold Drawer pull out area fix for notched devices ( #24367 )
...
* Adds fix and test
2018-11-16 12:47:34 -08:00
xster
567b31a716
Un-dirty git with debug gallery build ( #24373 )
2018-11-15 15:17:50 -08:00
Jonah Williams
938dd5a4aa
Revert "Update driver script to execute test through test_core" ( #24401 )
...
* Revert "Add dashing config file for generating docset from flutter docs (#24374 )"
This reverts commit ec8ca8606c
.
* Revert "Update driver script to execute test through test_core (#24168 )"
This reverts commit 6c62cf337f
.
2018-11-15 11:17:00 -08:00
Jonah Williams
6c62cf337f
Update driver script to execute test through test_core ( #24168 )
2018-11-15 10:50:25 -08:00
Zachary Anderson
779c68f691
[fuchsia] Fix BUILD and metadata file for Fuchsia ( #24294 )
2018-11-14 15:43:06 -08:00
Hans Muller
b4cc19edfb
Update flutter_gallery/README.md: mention cupertino ( #24241 )
2018-11-12 08:23:06 -08:00
Jonah Williams
70c6fb1fbb
Remove package:collection dependency usage from flutter_goldens ( #24218 )
2018-11-11 10:57:41 -08:00
Todd Volkert
95c9ae451e
Update packages --force-upgrade ( #24126 )
2018-11-08 22:31:22 -08:00
Ian Hickson
f9374fe071
Update the URL to the recommend bug report ( #23708 )
...
We have templates now.
2018-11-07 17:12:35 -08:00
Michael Beckler
9abce96e8e
BottomNavigationBar: bug fix for dealing with animations with shifting tabs ( #22264 )
...
Should fix #22226 .
Code introduced in #20890 caused a regression that broke color flooding animations in a BottomNavigationBar that has BottomNavigationBarType.shifting.
The original issue (#19653 ) dealt with background color changes not occurring until another tab was selected. The result is that the background color instantly changes whenever the state changes and when the widget changes, instead of allowing a new widget to animate the background color change.
2018-11-07 09:20:27 -08:00
Jonah Williams
2fc2581be4
unpin mockito ( #24021 )
2018-11-06 17:24:39 -08:00
Jonah Williams
ab2d0323a7
cleanup accessibility test skips in gallery ( #23977 )
2018-11-06 13:29:23 -08:00
Jonah Williams
e862580518
move file back ( #24014 )
2018-11-06 11:09:57 -08:00
Jonah Williams
a43e3a4a2f
Retry remove package:test from flutter ( #24007 )
2018-11-06 10:48:34 -08:00
Jonah Williams
23a7535a39
Revert "Remove package:test dependency from flutter_test ( #23755 )" ( #24004 )
...
This reverts commit 71e9bd6f25
.
2018-11-06 09:12:48 -08:00
Jonah Williams
71e9bd6f25
Remove package:test dependency from flutter_test ( #23755 )
2018-11-06 08:39:27 -08:00
Devon Carew
cb3dee79c5
add an analysis_options excludes for the build/ dir ( #23653 )
...
* add an analysis_options excludes for the build/ dir
* fix bots
2018-11-06 07:59:33 -08:00
Alexandre Ardhuin
344ebe02ff
avoid returning null for Future ( #23784 )
2018-11-05 16:38:23 +01:00
Hans Muller
dd30efa190
Revert "Restore "Flutter gallery: updated Shrine demo" ( #23878 )" ( #23888 )
...
This reverts commit 76a1abd4c7
.
2018-11-02 15:32:02 -07:00
Hans Muller
76a1abd4c7
Restore "Flutter gallery: updated Shrine demo" ( #23878 )
2018-11-02 14:33:10 -07:00
Jonah Williams
0b35937b13
Revert "Flutter gallery: updated Shrine demo ( #23539 )" ( #23848 )
...
This reverts commit 949cfcf172
.
2018-11-01 19:30:11 -07:00
Hans Muller
949cfcf172
Flutter gallery: updated Shrine demo ( #23539 )
2018-11-01 12:48:24 -07:00
Dan Field
fd6b2e198c
Re-reland Xcode backend refactor ( #23762 )
...
* Use Xcode build configurations to drive Flutter build mode
* Proper check wrt local_engine, print error if profile mode misisng
* Remove unused code, update tests, fix template problem, update warning
* fix up warning
* add explanatory dev comment
* fix whitespace
* missing words, change lambda arrow to function body
* error indentation
* Test early exits for xcode_backend.sh
* only on macOS, use right test
* Update error messages
* case insensitive compare for build config
* Update gallery podfile
* update projects to add profile configuration
* make compatible with flavors
* add missing plist files
* add FLUTTER_FRAMEWORK_DIR back, set swift version for profile, tell Podfile about profile
2018-10-31 16:37:53 -07:00
Dan Field
7217999a9a
Revert "Reland Xcode backend refactor" ( #23737 )
...
* Revert "Update templates (#23698 )"
This reverts commit 5b0de6d679
.
* Revert "Verify that date/number translations exist for all supported languages (#23692 )"
This reverts commit 3449edf256
.
* Revert "Reland Xcode backend refactor (#23574 )"
This reverts commit 7270f2845d
.
2018-10-30 09:36:31 -07:00