1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00
Commit Graph

44 Commits

Author SHA1 Message Date
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
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
13125bc435 Scripting flutter pub upgrade (#242) 2020-01-16 10:06:33 +10:00
Brett Morgan
676698aa83 flutter pub upgrade (#241) 2020-01-15 04:31:25 +10:00
Brett Morgan
ec51b0e711 Move com.example to dev.flutter (#227) 2020-01-14 09:47:10 +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
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
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
rami-a
8d4c30a782 [Gallery] Implement material progress indicator and cupertino activity indicator demos (#200) 2020-01-02 15:16:08 -05:00
rami-a
03a43f4795 [Gallery] Latest translations (#204) 2020-01-02 14:52:47 -05:00
rami-a
1e8348f7b1 [Gallery] Implement Bottom app bar demo (#202) 2020-01-02 14:51:14 -05:00
rami-a
38029ce164 Fix padding of bottom buttons on home page (#201) 2020-01-02 14:18:37 -05:00
Shi-Hao Hong
3a73e8a219 Modify gallery grinder script to use preferred-ordered-locales (#203) 2019-12-30 11:29:43 -08:00
Per Classon
6a702fed81 [Gallery] Add Material Sliders demo (#198)
* Added Material Sliders demo
2019-12-20 18:12:32 +01:00
rami-a
f72ed43ac5 Implement Cupertino switch and slider demos (#196) 2019-12-20 09:23:47 -05:00
Pierre-Louis
b7b3c2c6c5 Just use url_launcher (#194) 2019-12-19 10:41:20 +01:00
Per Classon
da3412c061 [Gallery] Convert the Makefile to instead use the Dart workflow package Grinder. (#191)
* Replace Makefile with the Dart workflows package Grinder
2019-12-19 09:17:10 +01:00
rami-a
5b5ceed664 [Gallery] Implement Cupertino tab bar demo (#195) 2019-12-18 13:47:21 -05:00
Tianguang
82e462d9b8 Shrine: Remove Large Gaps at Bottom of Screen (#193)
In the Shrine app, there used to be large gaps at the bottom of the screen.
This PR implements an algorithm that rearranges the order of cards so that the heights of the columns are closer, reducing the size of gaps.
2019-12-18 19:31:13 +01:00
Brett Morgan
d71180683c flutter pub upgrade (#178) 2019-12-18 10:54:58 +11:00
rami-a
f6c3f889e6 Adding in the latest translations for Gallery (#190) 2019-12-17 13:25:12 -05:00
Tianguang
821f63861b Gallery — Shrine: Update Letter Spacing (#187)
Add details for the Shrine study in the Gallery app:
Use correct letter spacing from the spec.
2019-12-17 06:02:06 -05:00
Per Classon
d4968124c9 [Gallery] Add Snackbars demo (#186)
* Add snackbars demo
2019-12-17 11:17:24 +01:00
Jose Alba
cdddc471d7 Fix apk release issue for new Flutter Gallery (#185)
* Fix apk release issue

* Removed TODO

* Removed TODO
2019-12-17 04:25:15 -05:00
Per Classon
12df8f38b8 Makefile for gallery so we can run the l10n script (#184) 2019-12-17 10:08:17 +01:00
rami-a
67bd8a3f1c Update semantic label of study back button (#188) 2019-12-16 12:27:21 -05:00
Mustafa Ekrem KENTER
3c11ff596c Change links to adaptive.dart and splash.dart (#179)
Update links to adaptive.dart and splash.dart as relative links
2019-12-12 10:44:37 -05:00
rami-a
6673acc6d7 Merge in the flutter gallery (#176) 2019-12-10 16:59:49 -05:00