Tags: liu12151407/packages
Tags
[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] 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] fix kotlin int errors (flutter#3155) * fix kotlin int errors * changelog
[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] 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]>
[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
[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
[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] 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
[ci] Enable `strict-casts` (flutter#3127) * Enable strict-casts and fix violations * Bump versions * Fix Pigeon version bump
PreviousNext