Sign in
chromium
/
external
/
github.com
/
flutter
/
flutter
/
refs/tags/0.0.17
e8aa40e
release 0.0.17 (#12590)
by Collin Jackson
· 8 years ago
0.0.17
v0.0.17
0e34c7f
CircleBorder (#12570)
by Ian Hickson
· 8 years ago
52fbcef
Link platform.dill only into app kernel file used for build aot. (#12571)
by Alexander Aprelev
· 8 years ago
1f82733
Make BoxDecoration lerp gradients (#12451)
by Ian Hickson
· 8 years ago
a133202
Don't attempt to draw invisible overflow indicator (#12534)
by Adam Barth
· 8 years ago
3d7a4ee
Short circuit _checkUp if tap callbacks were triggered by resolve. (#12521)
by amirh
· 8 years ago
bd3e91e
AssetImage.obtainKey handles devicePixelRatio == null (#12564)
by Hans Muller
· 8 years ago
9ce3ba3
Add Cupertino icon fonts helper and dependency for default template (#12559)
by xster
· 8 years ago
ad72c78
Fix testing on Fuchsia. (#12563)
by P.Y. Laligand
· 8 years ago
fea1129
Roll engine to pick up iOS resource bundle fix. (#12558)
by Alexander Aprelev
· 8 years ago
e20bff4
Add benchmark score keys to the hot mode test report. (#12547)
by Alexander Aprelev
· 8 years ago
e697e55
Add large text switching to Gallery app. (#12443)
by Greg Spencer
· 8 years ago
c2dfa6a
Change pattern triggering next step. (#12543)
by Alexander Aprelev
· 8 years ago
be1467e
Restructure hot mode test so it runs interactively. (#12519)
by Alexander Aprelev
· 8 years ago
0999fca
Update references to the engine project. (#12515)
by P.Y. Laligand
· 8 years ago
17db2d2
Fix nextMonthTooltip Japanese translation (#12540)
by Chris Bracken
· 8 years ago
25ac924
Modify the MaterialButton to expand when text is scaled. (#12431)
by Greg Spencer
· 8 years ago
6c6d08b
Keep incremental compiler state through full restart. (#12535)
by Alexander Aprelev
· 8 years ago
3616ebb
Emphasize the behavior property in GestureDetector's class doc. (#12536)
by amirh
· 8 years ago
00c4c7b
de-emphasize the footer of the generated docs (#12514)
by Devon Carew
· 8 years ago
4ffa801
Remove parentSemantics from semantics tree compliation (#12479)
by Michael Goderbauer
· 8 years ago
32c038e
Add missing curly braces in icon.dart (#12529)
by amirh
· 8 years ago
e316956
Make tooltips scale with textScaleFactor (#12498)
by gspencergoog
· 8 years ago
ba0618d
Make material slider respect textScaleFactor (#12511)
by gspencergoog
· 8 years ago
3470c68
Make flag out of '--all' option (#12510)
by Alexander Aprelev
· 8 years ago
07a4b4c
Reapply "When parts of the program are changed in a hot reload, but not executed during the reassemble, warn that a restart may be needed." (#12490)
by Ryan Macnak
· 8 years ago
85e4f05
Fix restart flow for preview-dart-2 mode. (#12496)
by Alexander Aprelev
· 8 years ago
a4b29d6
Pass --enable_mirrors=false when building script snapshots for the debug mode. (#12472)
by Ryan Macnak
· 8 years ago
c312b3d
Keep Icon's subtree structure the same with and without a semanticLabel. (#12516)
by amirh
· 8 years ago
72c8d9b
Fix Hebrew translations (#12502)
by amirh
· 8 years ago
8f7c5c7
Fix Italian translations (#12506)
by Julian
· 8 years ago
f5cc816
Keep CircleAvatar from scaling the text with textScaleFactor (#12499)
by gspencergoog
· 8 years ago
c3d56b1
flutter_localization optional package (#12410)
by Hans Muller
· 8 years ago
f07170b
Update Semantics for SingleChildScrollViews (#12376)
by Michael Goderbauer
· 8 years ago
51e4e9f
Rev version to 0.0.17-dev (#12489)
by Chris Bracken
· 8 years ago
4424892
Version 0.0.16 (#12488)
by Chris Bracken
· 8 years ago
0.0.16
v0.0.16
095e6af
Reroll engine to 2a84f18c795d24ba95baed360fcb58b3dc66d661 (#12487)
by Alexander Aprelev
· 8 years ago
5e595d1
Allow specifying and a11y label for Icon widget (#12475)
by amirh
· 8 years ago
c38b843
Move -referencing asserts to constructor body. (#12478)
by Alexander Aprelev
· 8 years ago
7f5b973
Revert "Roll engine after dart roll (#12473)" (#12477)
by Alexander Aprelev
· 8 years ago
e706169
Roll engine after dart roll (#12473)
by Alexander Aprelev
· 8 years ago
4023b7c
Use const for const constructor (#12464)
by Alexander Aprelev
· 8 years ago
4e48a73
Fix flex floating point error causing unnecessary striped warnings (#12424)
by Ian Hickson
· 8 years ago
4c23397
Remove dead --assert_initializer flag (#12441)
by Zachary Anderson
· 8 years ago
21b81d9
Disable Dart analysis in Fuchsia. (#12409)
by P.Y. Laligand
· 8 years ago
ac1546c
Add hotReloadInitialDevFSSyncMilliseconds to track how long user have… (#12417)
by Alexander Aprelev
· 8 years ago
8d41fa7
Adding proper accommodation for textScaleFactor in bottom navigation bar. (#12421)
by gspencergoog
· 8 years ago
0a85db2
Change PageController#nextPage & #previousPage methods to return Future when the animation completes. (#12299)
by Iiro Krankka
· 8 years ago
c02850b
Force upgrade update packages with improved update process. (#12412)
by Alexander Aprelev
· 8 years ago
150c583
Date picker i18n (#12324)
by Yegor
· 8 years ago
b6185b6
Fix typos (#12367)
by krisgiesing
· 8 years ago
6ca2e5d
fix _debugCheckOwnerBuildTargetExists; sync localizations and tests (#12245)
by Yegor
· 8 years ago
2b78675
Update IDEA project files (#12391)
by stevemessick
· 8 years ago
11007b2
Upgrade dartdoc to v0.14.1 (#12420)
by jcollins-g
· 8 years ago
a30b109
Add RTL support to ListBody (#12414)
by Adam Barth
· 8 years ago
cd3715a
Border RTL (#12407)
by Ian Hickson
· 8 years ago
cc3f576
ThemeData: optimize by removing polymorphism and caching; fix merging (#12249)
by Yegor
· 8 years ago
0189696
Roll engine to 459f722b86415da01386fe41f37bafa842f11ae8 (#12413)
by Chris Bracken
· 8 years ago
d5ba4df
Skip over flutter sdk packages when upgrading dependencies. (#12405)
by Alexander Aprelev
· 8 years ago
5e7bcba
Revert "When parts of the program are changed in a hot reload, but not executed during the reassemble, warn that a restart may be needed. (#12304)" (#12406)
by Ryan Macnak
· 8 years ago
9002881
When parts of the program are changed in a hot reload, but not executed during the reassemble, warn that a restart may be needed. (#12304)
by Ryan Macnak
· 8 years ago
dfa13a1
Roll engine to f7685ddf16ccf9e5f6c4386c23061b02ed0e37d4.
by Ryan Macnak
· 8 years ago
eafa7f7
Roll engine to 6388e928801dece14033b9ca99421f473e1d2fd0.
by Ryan Macnak
· 8 years ago
7a73ddf
Make TabBarView/PageView accessible (#12386)
by Michael Goderbauer
· 8 years ago
517315d
Roll engine to d43d35347594c893687dec7402a525d83f57db10 (#12395)
by Chris Bracken
· 8 years ago
4fa6a1a
Roll engine to a40cc7bb46bbc40d1c9e0656a203a02f37f9fc06 (#12394)
by Chris Bracken
· 8 years ago
02429ce
Fix the doctor check for the flutter intellij plugin (#12389)
by Devon Carew
· 8 years ago
c314548
Decoration improvements (#12356)
by Ian Hickson
· 8 years ago
b9f20dc
Print "package" instead of "plugin" when creating a package. (#12387)
by stevemessick
· 8 years ago
9d4f8da
Roll engine to 8f1c0e97a283045ea22a9601642cde14a778e012 (#12375)
by Michael Goderbauer
· 8 years ago
7153dea
Add hidden options --extra-front-end-options and --extra-gen-snapshot-options to flutter tool (#12219)
by Alexander Markov
· 8 years ago
528d28b
Add material/18n/README.md (#12359)
by Hans Muller
· 8 years ago
4949945
Drop invisible SemanticsNodes from tree (#12358)
by Michael Goderbauer
· 8 years ago
6128f48
Switch SlideTransition over to using Offset (#12369)
by Adam Barth
· 8 years ago
31b6ac0
Restore FractionalOffset operators (#12368)
by Adam Barth
· 8 years ago
7bfa3c5
FlutterLogoDecoration.lerpFrom/lerpTo with non-logos (#12360)
by Ian Hickson
· 8 years ago
ce930db
Move Border into its own file (#12364)
by Ian Hickson
· 8 years ago
eb2518f
fix(typo) desc of jumpToPage (#12320)
by Alex
· 8 years ago
fd04d4d
Revert "Roll flutter engine (#12307)" (#12365)
by Alexander Aprelev
· 8 years ago
affdab1
Add SemanticsEvent.toString for easier debugging (#12363)
by Michael Goderbauer
· 8 years ago
f6fe8dc
Roll flutter engine (#12307)
by Alexander Aprelev
· 8 years ago
18f0d3a
Add framework support for system text scale factor. (#12180)
by gspencergoog
· 8 years ago
7d75c29
BoxDecoration tweaks (#12336)
by Ian Hickson
· 8 years ago
53194ed
ShapeBorder (#12335)
by Ian Hickson
· 8 years ago
437e4c0
Make "mergeIntoParent" information available during compile of semantics tree (#12332)
by Michael Goderbauer
· 8 years ago
0044ea2
Replace usage of FractionalOffset with Alignment (#12348)
by Adam Barth
· 8 years ago
2b126bc
Add Alignment, which will replace FractionalOffset (#12342)
by Adam Barth
· 8 years ago
89566fe
Run pub with --trace (#12328)
by Ian Hickson
· 8 years ago
21899ce
Honor more of the Theme for CircleAvatar with backgroundColor (#12333)
by Ian Hickson
· 8 years ago
f40d09e
Fixing docs for testWidgets. No functionality change. (#12309)
by gspencergoog
· 8 years ago
944fef4
Border.add, improve BorderSide.merge (#12327)
by Ian Hickson
· 8 years ago
ada593e
Move assert into constructor body. (#12331)
by Todd Volkert
· 8 years ago
2698fe8
Delete a duplicate EditableText test (#12325)
by Chris Bracken
· 8 years ago
3f6b28d
Add a check for gradle failing due to missing licenses (#12318)
by Michael Thomsen
· 8 years ago
35ce207
Fix failure message in SemanticsTester (#12308)
by Michael Goderbauer
· 8 years ago
85c425a
Improved behaviour for text-editing widgets (#12273)
by Chris Bracken
· 8 years ago
e1fa035
Retry on failed download. (#12293)
by Ian Hickson
· 8 years ago
4c83ea8
SafeArea (#12292)
by Ian Hickson
· 8 years ago
9646e1f
BorderSide improvements (#12294)
by Ian Hickson
· 8 years ago
9909e77
More documentation fixes (#12290)
by Ian Hickson
· 8 years ago
Next »