[go: nahoru, domu]

Skip to content

Tags: rmistry/flutter

Tags

v0.5.7

Toggle v0.5.7's commit message
Move collectCoverageData into CoverageCollector so it can be re-used. (

…flutter#19055)

This will let us re-use that code from fuchsia_tester.dart.
Tested by running the stocks example tests with coverage collection before and after.
.lcov files are identical.

v0.5.6

Toggle v0.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix both platform system chrome definitions (flutter#18808)

v0.5.5

Toggle v0.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add some more dart doc to RepaintBoundary (flutter#17183)

v0.5.4

Toggle v0.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Passing any to named params require the name of the parameter itself. (

…flutter#18361)

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add locale parameter to EditableText (flutter#18222)

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
_markNeedsClip() when clipper type has changed. (flutter#18248)

A bug in _RenderCustomClip was compaeing the type of oldClipper to
itself instead to the type of newClipper.

This was the root cause for the crash flutter#14937 worked around.
This also reverts the workaround introduced in flutter#14937.

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert sync async (flutter#18002)

v0.5.0

Toggle v0.5.0's commit message
Roll engine to 2b1f3db.

This is one before dart roll.

v0.4.4

Toggle v0.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
roll engine to 06afdfe (flutter#17527)

v0.4.3

Toggle v0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Roll engine to 9ae10ef (flutter#17503)

This contains the following commits:

flutter/engine@9ae10ef Revert f6359e4