Skip to content

Tags: gongcm/build

Tags

build_web_compilers-v2.1.2

Toggle build_web_compilers-v2.1.2's commit message
Fix per breaking change to HttpRequest and HttpClientResponse (dart-l…

…ang#2335)

A recent change to the Dart SDK updated `HttpRequest` and
`HttpClientResponse` from implementing `Stream<List<int>>` to
implementing `Stream<Uint8List>`.

This forwards-compatible change prepares for that SDK breaking
change by casting the Stream to `List<int>` before transforming
it.

dart-lang/sdk#36900

build_runner-v1.6.1

Toggle build_runner-v1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release build_runner 1.6.1 (dart-lang#2330)

build_web_compilers-v2.1.1

Toggle build_web_compilers-v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix hot restart for apps under lib (dart-lang#2309)

build_runner-v1.5.2

Toggle build_runner-v1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
use a polling watcher on windows again (dart-lang#2307)

build_runner_core-v3.0.6

Toggle build_runner_core-v3.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
handle symlink creation failures, link to dev mode docs (dart-lang#2303)

build_runner-v1.5.1

Toggle build_runner-v1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
set the exit code in the generated build script (dart-lang#2301)

build_modules-v2.3.0

Toggle build_modules-v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Also check the root module for platform compatibility (dart-lang#2300)

build_test-v0.10.8

Toggle build_test-v0.10.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
allow a custom reader to be passed to testBuilder (dart-lang#2297)

build_web_compilers-v1.2.2

Toggle build_web_compilers-v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update build_web_compilers 1.x to allow build_config 0.4.x (dart-lang…

…#2293)

build_modules-v1.0.11

Toggle build_modules-v1.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update build_modules 1.x to support build_config 0.4.x (dart-lang#2294)