8000 Tags · alantangdong/flutter · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: alantangdong/flutter

Tags

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

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enable universal iOS binaries in templates (flutter#17358)

Eliminates the restrictions to build in arm64 mode only in iOS project
templates created by flutter create.

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix running dev/bots/test.dart in Dart 2 mode (flutter#17256)

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implicit a11y scrolling for iOS (and caching in Viewports) (flutter#1…

…7021)

v0.3.6

Toggle v0.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Expose generateTestBootstrap() as public API in test harness (flutter…

…#17290)

This will allow external tools that wrap our test harness to share the
code that generates the test bootstrap.

This change exposed an issue whereby the LocalGoldenFileComparator
was being too strict in its URI handling, so this changes relaxes
that constraint as well (and adds associated tests).

v0.3.5

Toggle v0.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Extract KernelCompiler class (flutter#16937)

Wraps the compile function in a class injected via the global context,
which makes it easier to mock in unit tests -- specifically tests for
AOT snapshotting, which already require pretty significant amounts of
mock inputs.

v0.3.4

Toggle v0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[fuchsia] Pass a dummy command to the ssh tunnel setup (flutter#16906)

* [fuchsia] Pass a dummy command to the ssh tunnel setup

* Address analyzer lint

* Update fuchsia_remote_debug_protocol

v0.3.3

Toggle v0.3.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 cb3376c (flutter#16841)

This contains the following commit:

flutter/engine@cb3376c Support different encodings in Image.toByteData() (flutter#16635)

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix capitalization in README.md (flutter#16788)

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Do exponential backoff for all exceptions in VMService::defaultOpenCh…

…annel. (flutter#16785)

We were trying to only catch WebSocketException, but in fact
SocketException can be thrown as well.
0