Pierre-Louis
9f0a977d80
[Gallery] Hide snackbar before showing one ( #258 )
...
* Hide snackbar before showing one
* Update code_segments.dart
* Update grind error message with command
2020-01-24 17:38:52 +01:00
rami-a
becb9db7da
Remove hardcoded strings that were a workaround for raw string problem ( #257 )
2020-01-24 10:57:45 -05:00
Pierre-Louis
bfd4e7418d
[Gallery] Use new package flutter_localized_locales ( #256 )
...
* Update to latest flutter_localized_countries
* Update pubspec.lock
* Use flutter_localized_locales package
2020-01-24 16:43:27 +01:00
Per Classon
264d697c61
[Gallery] Add animation for settings backdrop ( #252 )
...
* Lift up AnimationController to parnet widget AnimatedBackdrop so it can be shared with child widgets. Make the boolean 'isSettingsOpen' a ValueNotifier so we can listen to changes for it in SettingsPage.
* When closing settings, also shrink expanded setting.
* Animate the settings page to slide in from above.
* Add in stagger animation for setting items.
* Make sure that state is updated so the test passes
* Use setState for when closing expanded setting
* Move build method last, move animations initialization to initState and fix spelling mistake
2020-01-24 12:55:45 +01:00
Per Classon
be484af4d2
Enable copy to clipboard for web, as it's added to Flutter master channel ( #253 )
2020-01-24 12:50:01 +01:00
Pierre-Louis
7f783273c3
[Gallery] Crane focus ( #254 )
...
* Add debugLabel to HighlightFocus
* Remove decrated property
* Add focus to DestinationCards
* Add index property to Forms
* Move BackLayer stuff to its own file
* Add focus
* Revert deprecated change
* Address feedback
2020-01-24 12:13:58 +01:00
rami-a
a89c9a4747
[Gallery] Implement cupertino pickers demo ( #251 )
2020-01-23 18:32:00 +00:00
rami-a
2da59e988a
[Gallery] Implement material picker demo ( #249 )
2020-01-23 17:36:19 +00:00
Jose Alba
3885418fff
Updated translation on tooltip for code sample ( #250 )
...
* Focus is working properly for demo pages
* Updated translation
* Updated flutter/flutter
* Removed ios changes
* Empty commit
2020-01-22 16:12:18 -05:00
rami-a
56c1eb92d5
Remove extra semantic node from shrine app bar ( #248 )
2020-01-22 18:34:05 +00:00
Jose Alba
c2f639c519
Added Material Banner demo and Material Card demo ( #238 )
...
* Fix apk release issue
* Removed TODO
* Removed TODO
* Added chip demo
* Added card demo
* Added Material Card demo and Material Banner Demo
* Updated license for demos
* Merge with master
* Fixing issues
* Banner demo issues fixed
* Fixed all issues
* Updated code samples
* Added images to card demo
* Fixed issues
* Updated code segment
* Fixed issues
* Removed unused variable
* Formatted
* Updated code segments
2020-01-21 17:45:10 -05:00
Andrew Brogdon
9630222230
Adds iOS builds for add-to-app to Travis setup ( #244 )
2020-01-21 14:03:53 -08:00
rami-a
7e28d43aa0
Bump version to 2.2 ( #247 )
2020-01-21 20:57:21 +00:00
rami-a
606ae8af68
[Gallery] Latest translations ( #246 )
2020-01-21 20:28:46 +00:00
Brett Morgan
b7ec38af9c
provider_counter: update android and ios, add macos and web ( #235 )
2020-01-17 06:09:59 +10:00
Brett Morgan
738861ffe3
provider_shopper: update android and ios, add macos and web ( #236 )
2020-01-17 06:09:33 +10:00
Brett Morgan
13125bc435
Scripting flutter pub upgrade ( #242 )
2020-01-16 10:06:33 +10:00
Yong Joseph Bakos
c595b0a498
index: Remove stale link ( #243 )
2020-01-15 10:02:06 -08:00
Brett Morgan
1d4848ab2d
update android and ios, add macos and web ( #237 )
2020-01-15 04:32:14 +10:00
Brett Morgan
676698aa83
flutter pub upgrade ( #241 )
2020-01-15 04:31:25 +10:00
Brett Morgan
234a7f3d0d
Deleting web/gallery because the newer gallery/gallery includes web support. ( #240 )
2020-01-15 04:30:55 +10:00
Brett Morgan
9d6f6d3641
Delete chrome-os-best-practices ( #228 )
2020-01-15 04:30:14 +10:00
Brett Morgan
ec51b0e711
Move com.example to dev.flutter ( #227 )
2020-01-14 09:47:10 +10:00
Andrew Brogdon
09cb1e2687
Sharding travis jobs ( #239 )
2020-01-13 14:46:04 -08:00
Brett Morgan
45c8798a0f
jsonexample: update web dir ( #231 )
2020-01-14 06:57:03 +10:00
Brett Morgan
897e664fa5
Update place_tracker android and ios dirs ( #232 )
2020-01-14 06:56:13 +10:00
Brett Morgan
70638aea7c
platform_design: update android and ios, add web ( #233 )
2020-01-14 06:51:42 +10:00
Brett Morgan
7b90d1cefc
desktop photo search migrate to dev.flutter ( #229 )
2020-01-14 06:42:47 +10:00
Brett Morgan
a13af2b5b1
flutter_maps_firestore: regenerate ios dir ( #230 )
2020-01-14 06:41:44 +10:00
Brett Morgan
e03c672b82
Update platform_view_swift ( #234 )
2020-01-14 06:14:13 +10:00
Brett Morgan
0b58ae92f2
Add web and macos, update android and ios ( #223 )
2020-01-13 10:35:14 +10:00
Pierre-Louis
9c00f3fd13
Remove uneeded source ( #226 )
2020-01-10 16:49:45 -05:00
rami-a
575845d4fe
Cupertino textfield demo ( #225 )
2020-01-10 15:42:33 -05:00
rami-a
555ec07de3
[Gallery] Refactor list of demos to use common variables ( #224 )
2020-01-10 14:52:00 -05:00
Per Classon
00306723ba
Add command to travis CI to analyze if update-code-segments has been run for Flutter Gallery ( #219 )
...
* Add command to travis CI to analyze if update-code-segments has been run
2020-01-10 05:10:18 -05:00
Brett Morgan
eea6f180ee
Reverting the dev.flutter -> com.example change ( #222 )
2020-01-10 10:16:34 +11:00
Brett Morgan
2ec96efca9
Adding macos files, recreating android and ios to isolate_example. ( #218 )
2020-01-10 09:45:09 +11:00
rami-a
3b61899119
[Gallery] Implement cupertino pull-to-refresh demo ( #221 )
...
* Implement cupertino pull-to-refresh demo
* Address feedback
2020-01-09 16:18:34 -05:00
rami-a
a55a53c31e
Implement tooltip demo ( #220 )
2020-01-09 16:05:42 -05:00
Brett Morgan
9a8f9cbaf9
Adding macos files, recreating android and ios. ( #217 )
2020-01-10 06:30:05 +11:00
Per Classon
06df53bb0a
[Gallery] Add Material Menu demo ( #212 )
...
* Add Material Menu demo
2020-01-09 10:23:53 -05:00
rami-a
8c3fab2ea7
Account for safe area for shrine shopping cart on mobile ( #216 )
2020-01-08 17:05:45 -05:00
rami-a
a599ec3910
Implement grid list demo ( #215 )
2020-01-08 16:20:45 -05:00
rami-a
c804cdec22
[Gallery] Implement cupertino navbar demo ( #214 )
2020-01-08 14:05:07 -05:00
rami-a
417bd72874
Remove back button from demo appbars ( #213 )
2020-01-08 10:47:15 -05:00
rami-a
c986d0a68a
Remove top safe area from demo screen for desktop layout ( #210 )
2020-01-07 15:33:35 -05:00
rami-a
8b2688452a
Ensure the ink is clipped on the settings button ( #209 )
2020-01-07 15:33:23 -05:00
rami-a
300fa89670
Bump gallery to v2.1 ( #208 )
2020-01-07 12:18:40 -05:00
Per Classon
d96dbfe6cf
[Gallery] Remove MaterialApp for demo screen for simplification ( #197 )
...
* Remove MaterialApp for demo screen for simplification
2020-01-07 16:13:10 +01:00
Andrew Brogdon
233eb462d4
Configuring travis to build Android. ( #206 )
2020-01-06 13:41:33 -08:00