- 15 Aug, 2018 1 commit
-
-
matthew-carroll authored
Rewrote CupertinoAlertDialog to look nearly identical to an alert dialog in iOS. This includes considerations for blur, translucent white background color, button sizing, gap dividers between buttons, and text scaling layout behavior. (#18381)
-
- 14 Aug, 2018 1 commit
-
-
Jonah Williams authored
-
- 13 Aug, 2018 2 commits
-
-
Viet Do authored
Allows the cupertino picker to be scroll infinitely by adding builder.
-
creativecreatorormaybenot authored
-
- 10 Aug, 2018 1 commit
-
-
Natalie Sampsell authored
Adding CupertinoActionSheet, showCupertinoModalPopup
-
- 09 Aug, 2018 2 commits
-
-
Natalie Sampsell authored
Add minOverscrollLength to make CupertinoScrollbar thumb correct size in long scroll views.
-
Natalie Sampsell authored
-
- 08 Aug, 2018 1 commit
-
-
Natalie Sampsell authored
-
- 07 Aug, 2018 1 commit
-
-
Natalie Sampsell authored
Segment width now determined by width of widest child + children widgets now centered within segments
-
- 02 Aug, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 01 Aug, 2018 1 commit
-
-
Natalie Sampsell authored
-
- 31 Jul, 2018 2 commits
-
-
Natalie Sampsell authored
-
xster authored
-
- 30 Jul, 2018 1 commit
-
-
xster authored
-
- 27 Jul, 2018 2 commits
-
-
Todd Volkert authored
It was causing problems rolling Flutter into Fuchsia
-
creativecreatorormaybenot authored
-
- 23 Jul, 2018 1 commit
-
-
Alexandre Ardhuin authored
* re-enable lint unnecessary_const * remove trailling whitespaces * remove unnecessary const (after merge)
-
- 19 Jul, 2018 1 commit
-
-
Sigurd Meldgaard authored
-
- 18 Jul, 2018 1 commit
-
-
Viet Do authored
* Add sample of multicolumn picker to Flutter Gallery * Modify CupertinoPicker to be able to be rendered off-center.
-
- 16 Jul, 2018 2 commits
-
-
Ian Hickson authored
This reverts commit cc1cf13e.
-
Alexandre Ardhuin authored
-
- 13 Jul, 2018 1 commit
-
-
xster authored
-
- 12 Jul, 2018 1 commit
-
-
xster authored
-
- 11 Jul, 2018 1 commit
-
-
Ian Hickson authored
All slivers must start with Sliver (or CupertinoSliver). All widgets must have a key argument. Also, some minor tweaks here and there to style and docs.
-
- 10 Jul, 2018 1 commit
-
-
Natalie Sampsell authored
Added animation to segmented control widget.
-
- 09 Jul, 2018 3 commits
- 04 Jul, 2018 2 commits
-
-
xster authored
-
Mikkel Nygaard Ravn authored
-
- 22 Jun, 2018 1 commit
-
-
Jonah Williams authored
-
- 20 Jun, 2018 1 commit
-
-
Natalie Sampsell authored
-
- 19 Jun, 2018 1 commit
-
-
Greg Spencer authored
-
- 13 Jun, 2018 1 commit
-
-
Chris Bracken authored
fuchsia_tester.dart still assumes Dart 1. Previously, it ran tests directly from source, flutter_platform.dart automatically runs a kernel compile when operating in Dart 2 mode, but this assumes a functional Dart SDK is available in the artifacts directly, and fuchsia_tester.dart mocks out the artifacts directory with an empty temp dir. Remaining work is: 1. Get the frontend server building as a dependency on Fuchsia. 2. Patch fuchsia_tester.dart to use a valid Dart SDK and frontend server. This also reverts migration to Dart 2 typedef syntax. This reverts commit 6c56bb24. (#18362) This reverts commit 3daebd05. (#18316)
-
- 11 Jun, 2018 1 commit
-
-
Greg Spencer authored
Now that Dart 1 is turned off, reapplying my change to turn on the prefer_generic_function_type_aliases analysis option, and fix all the typedefs to Dart 2 preferred syntax. Also eliminated the unused analysis_options_repo.yaml file and turned on public_member_api_docs in analysys_options.yaml. No logic changes, just changing the typedef syntax for all typedefs, and updating analysis options.
-
- 08 Jun, 2018 1 commit
-
-
Jonah Williams authored
-
- 06 Jun, 2018 1 commit
-
-
Edman P. Anjos authored
* Surface border parameter in CupertinoSliverNavigationBar (#18152) * Add tests for CupertinoSliverNavigationBar border * Remove unused keys, find by descendant
-
- 05 Jun, 2018 2 commits
-
-
xster authored
-
Alexandre Ardhuin authored
-
- 01 Jun, 2018 1 commit
-
-
matthew-carroll authored
-