- 27 Jun, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 06 Jun, 2019 1 commit
-
-
LongCatIsLooong authored
-
- 26 Apr, 2019 1 commit
-
-
LongCatIsLooong authored
- Fixed the bug where CupertinoRefreshControl doesn't work in the gallery demo on Android. - Updated documentation on CupertinoRefreshControl - Added comments to the gallery demo - Added concrete examples to ScrollPhysics
-
- 25 Apr, 2019 1 commit
-
-
xster authored
-
- 09 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 06 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* fix some formatting issues * address review comments * fix indent
-
- 01 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* 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
-
- 13 Feb, 2019 1 commit
-
-
Kartik Sharma authored
-
- 19 Dec, 2018 1 commit
-
-
xster authored
-
- 10 Dec, 2018 1 commit
-
-
jslavitz authored
-
- 30 Oct, 2018 1 commit
-
-
Devon Carew authored
-
- 23 Oct, 2018 1 commit
-
-
xster authored
-
- 09 Oct, 2018 1 commit
-
-
Jonah Williams authored
-
- 01 Oct, 2018 2 commits
-
-
Alexandre Ardhuin authored
-
xster authored
-
- 29 Sep, 2018 1 commit
-
-
Viet Do authored
-
- 28 Sep, 2018 1 commit
-
-
xster authored
-
- 26 Sep, 2018 1 commit
-
-
xster authored
-
- 12 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 28 Aug, 2018 2 commits
-
-
xster authored
-
Ian Hickson authored
-
- 27 Aug, 2018 1 commit
-
-
Viet Do authored
Add a countdown timer picker as part of the Cupertino date picker.
-
- 24 Aug, 2018 1 commit
-
-
xster authored
-
- 15 Aug, 2018 1 commit
-
-
Natalie Sampsell authored
-
- 13 Aug, 2018 1 commit
-
-
Viet Do authored
Allows the cupertino picker to be scroll infinitely by adding builder.
-
- 09 Aug, 2018 1 commit
-
-
Natalie Sampsell authored
-
- 02 Aug, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 30 Jul, 2018 1 commit
-
-
xster authored
-
- 27 Jul, 2018 1 commit
-
-
Todd Volkert authored
It was causing problems rolling Flutter into Fuchsia
-
- 23 Jul, 2018 1 commit
-
-
Alexandre Ardhuin authored
* re-enable lint unnecessary_const * remove trailling whitespaces * remove unnecessary const (after merge)
-
- 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
-
- 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 2 commits
-
-
Chris Bracken authored
This appears to trigger an error during AOT snapshot of the gallery as follows: ``` stdout: [ +6 ms] Building AOT snapshot in release mode (ios-release)... stdout: [ +15 ms] Extra gen_snapshot options: [--print_snapshot_sizes] stdout: [ +7 ms] /usr/bin/arch -x86_64 /Users/flutter/.cocoon/flutter/bin/cache/artifacts/engine/ios-release/gen_snapshot --await_is_keyword --causal_async_stacks --packages=.packages --url_mapping=dart:ui,/Users/flutter/.cocoon/flutter/bin/cache/pkg/sky_engine/lib/ui/ui.dart --url_mapping=dart:vmservice_io,/Users/flutter/.cocoon/flutter/bin/cache/pkg/sky_engine/sdk_ext/vmservice_io.dart --embedder_entry_points_manifest=/Users/flutter/.cocoon/flutter/bin/cache/artifacts/engine/ios-release/dart_vm_entry_points.txt --embedder_entry_points_manifest=/Users/flutter/.cocoon/flutter/bin/cache/artifacts/engine/ios-release/dart_io_entries.txt --print_snapshot_sizes --snapshot_kind=app-aot-assembly --assembly=build/aot/arm64/snapshot_assembly.S /Users/flutter/.cocoon/flutter/examples/flutter_gallery/lib/main.dart stderr: [+9324 ms] Error: 'file:///Users/flutter/.cocoon/flutter/examples/flutter_gallery/lib/demo/cupertino/cupertino_segmented_control_demo.dart': error: line 19 pos 1: circular dependency for function _CupertinoSegmentedControlDemoState stderr: [ ] class _CupertinoSegmentedControlDemoState extends State { stderr: [ ] ^ stderr: [ +33 ms] Dart snapshot generator failed with exit code 254 stderr: [ ] Snapshotting (IOSArch.arm64) exited with non-zero exit code: 254 stdout: [ ] Built to build/aot/. stdout: [ +10 ms] "flutter aot" took 9,485ms. ``` This reverts commit 9d49ee3b.
-
Natalie Sampsell authored
* Adding segmented control to gallery
-
- 10 Jun, 2018 1 commit
-
-
Mehmet Fidanboylu authored
-
- 09 Jun, 2018 1 commit
-
-
Will Larche authored
-
- 18 May, 2018 1 commit
-
-
Greg Spencer authored
This replaces abandoned PR #14824 by @ekbiker, and gives it some love.
-
- 11 May, 2018 1 commit
-
-
xster authored
-