Skip to content

Tags: liu12151407/packages

Tags

go_router-v6.0.4

Toggle go_router-v6.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[go_router] Fix redirection log (flutter#3032)

* add toString to RouteMatchList

* use more explicit toString

* add test

* fix formatting

* update version and changelog

pointer_interceptor-v0.9.3+4

Toggle pointer_interceptor-v0.9.3+4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[pointer_interceptor] Removed const keyword from PointerInterceptor c…

…onstructor. (flutter#3024)

* removes const keyword from PointerInterceptor constructor

* Remove extra whitespace

* Update CHANGELOG.md

Added a separation between the changelog title and its first entry, as per the style guide.

---------

Co-authored-by: David Iglesias <[email protected]>

pigeon-v7.2.1

Toggle pigeon-v7.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[pigeon] fix kotlin int errors (flutter#3155)

* fix kotlin int errors

* changelog

pigeon-v7.2.0

Toggle pigeon-v7.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[pigeon] Async error handling for kotlin and swift (flutter#3102)

* temp

* sets up use of wrapError

* remove swift from skip list, update wrapError func

* changelog

* macos tests

* Stacktrace label

* nits

* async wont try, do, throw, or catch

* Async error handling

* throwAsyncError all but kotlin + c++

* conflicts

* typo

* }

* revert bad merge

* more try

* Revert "more try"

This reverts commit 2d80efe.

* kotlin

* kotlin wrapError, cpp attempt

* Fix Windows implementation

* adds async error from void method integration test

* changelog

* windows

* fix null returns on async kotlin

* nits

* nits

* typo

---------

Co-authored-by: Stuart Morgan <[email protected]>

go_router-v6.0.3

Toggle go_router-v6.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[go_router] CustomTransitionPage: Make barrierDismissible work (flutt…

…er#3026)

* make barrierDismissible work

* add example

* update version

* Update packages/go_router/CHANGELOG.md

Co-authored-by: chunhtai <[email protected]>

* pass state.pageKey to Page.key

* update version to 6.0.3

---------

Co-authored-by: chunhtai <[email protected]>

rfw-v1.0.8

Toggle rfw-v1.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[ci] Enable no_runtimeType_toString (flutter#3129)

Enables the `no_runtimeType_toString` analysis option. This isn't part
of the base flutter/flutter analysis options, but is set in
flutter/packages which this repo better corresponds to.

This is already enabled in flutter/plugins, and is being enabled here as
part of aligning their options.

Part of flutter/flutter#113764

multicast_dns-v0.3.2+3

Toggle multicast_dns-v0.3.2+3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[ci] Enable no_runtimeType_toString (flutter#3129)

Enables the `no_runtimeType_toString` analysis option. This isn't part
of the base flutter/flutter analysis options, but is set in
flutter/packages which this repo better corresponds to.

This is already enabled in flutter/plugins, and is being enabled here as
part of aligning their options.

Part of flutter/flutter#113764

flutter_image-v4.1.5

Toggle flutter_image-v4.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[ci] Enable no_runtimeType_toString (flutter#3129)

Enables the `no_runtimeType_toString` analysis option. This isn't part
of the base flutter/flutter analysis options, but is set in
flutter/packages which this repo better corresponds to.

This is already enabled in flutter/plugins, and is being enabled here as
part of aligning their options.

Part of flutter/flutter#113764

cross_file-v0.3.3+4

Toggle cross_file-v0.3.3+4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[cross_file] Fix accidental constructor change (flutter#3131)

* [cross_file] Fix accidental constructor change

In flutter#3095 I accidentally changed
a constructor argument's nullability because of a misleading analyzer
warning. That version has been retracted; this restores the original
behavior.

* Add a test

* Better implementation

web_benchmarks-v0.1.0+2

Toggle web_benchmarks-v0.1.0+2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[ci] Enable `strict-casts` (flutter#3127)

* Enable strict-casts and fix violations

* Bump versions

* Fix Pigeon version bump