Skip to content

Tags: lukey78/packages

Tags

video_player_web-v2.3.0

Toggle video_player_web-v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[video_player_web] migrates to package:web (flutter#5800)

Updates the web implementation of `video_player_web` to `package:web`.

Also: prevents an infinite event loop when seeking to the end of a video after it's done.

### Issues

* Fixes: flutter/flutter#139752

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

rfw-v1.0.25

Toggle rfw-v1.0.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[rfw] Add support for widget builders (flutter#5907)

This PR adds support for widget builders.

flutter/flutter#141658

in_app_purchase_storekit-v0.3.13+1

Toggle in_app_purchase_storekit-v0.3.13+1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[in_app_purchase_storekit] Handle translation of errors nested in dic…

…tionaries (flutter#6277)

The native userInfo object can contain nested dictionaries. Previously
this information was lost because `FIAObjectTranslator
encodeNSErrorUserInfo` did not handle `NSDictionary`s.

Fixes flutter/flutter#138407

## Pre-launch Checklist

- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [relevant style guides] and ran the
auto-formatter. (Unlike the flutter/flutter repo, the flutter/packages
repo does use `dart format`.)
- [x] I signed the [CLA].
- [x] The title of the PR starts with the name of the package surrounded
by square brackets, e.g. `[shared_preferences]`
- [x] I [linked to at least one issue that this PR fixes] in the
description above.
- [x] I updated `pubspec.yaml` with an appropriate new version according
to the [pub versioning philosophy], or this PR is [exempt from version
changes].
- [x] I updated `CHANGELOG.md` to add a description of the change,
[following repository CHANGELOG style].
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [x] All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel
on [Discord].

<!-- Links -->
[Contributor Guide]:
https://github.com/flutter/packages/blob/main/CONTRIBUTING.md
[Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene
[relevant style guides]:
https://github.com/flutter/packages/blob/main/CONTRIBUTING.md#style
[CLA]: https://cla.developers.google.com/
[flutter/tests]: https://github.com/flutter/tests
[breaking change policy]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes
[Discord]: https://github.com/flutter/flutter/wiki/Chat
[linked to at least one issue that this PR fixes]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#overview
[pub versioning philosophy]: https://dart.dev/tools/pub/versioning
[exempt from version changes]:
https://github.com/flutter/flutter/wiki/Contributing-to-Plugins-and-Packages#version-and-changelog-updates
[following repository CHANGELOG style]:
https://github.com/flutter/flutter/wiki/Contributing-to-Plugins-and-Packages#changelog-style
[test-exempt]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#tests

image_picker_for_web-v3.0.3

Toggle image_picker_for_web-v3.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[image_picker_for_web] migrates to package:web (flutter#5799)

Updates the web implementation of `image_picker_for_web` to `package:web`.

### Issues

* Fixes flutter/flutter#139751

video_player-v2.8.3

Toggle video_player-v2.8.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[video_player] Fix typo in readme (flutter#6264)

This pull request fixes the typo `suppport` to the correct value `support` in the README.md.

pigeon-v17.1.2

Toggle pigeon-v17.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[pigeon] Separates message call code generation into separate methods…

… in the SwiftGenerator (flutter#5959)

Separates message call code generation into separate methods in the SwiftGenerator for flutter/flutter#134777. The ProxyApi generator uses similar code to the HostApi and FlutterApi, so this makes the code reusable.

From suggestion: flutter#5544 (comment)

in_app_purchase_storekit-v0.3.13

Toggle in_app_purchase_storekit-v0.3.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[in_app_purchase_storekit] backfill native tests for more complete te…

…st coverage (flutter#6209)

Added more native tests for more complete test coverage.
Fixes flutter/flutter#143889

## Pre-launch Checklist

- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [relevant style guides] and ran the
auto-formatter. (Unlike the flutter/flutter repo, the flutter/packages
repo does use `dart format`.)
- [x] I signed the [CLA].
- [x] The title of the PR starts with the name of the package surrounded
by square brackets, e.g. `[shared_preferences]`
- [x] I listed at least one issue that this PR fixes in the description
above.
- [x] I updated `pubspec.yaml` with an appropriate new version according
to the [pub versioning philosophy], or this PR is [exempt from version
changes].
- [x] I updated `CHANGELOG.md` to add a description of the change,
[following repository CHANGELOG style].
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [x] All existing and new tests are passing.

in_app_purchase_storekit-v0.3.12+1

Toggle in_app_purchase_storekit-v0.3.12+1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[in_app_purchase_storekit] Fix type of error code returned from nativ…

…e code in `SKReceiptManager.retrieveReceiptData` (flutter#6265)

The native code did not convert the integer `code` returned from
`FIAObjectTranslator getMapFromNSError` to a string before passing it to
`FlutterError errorWithCode`. This allowed an `int` to flow into a
position where the corresponding Dart code expects a `String`.

Fixes flutter/flutter#144595

## Pre-launch Checklist

- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [relevant style guides] and ran the
auto-formatter. (Unlike the flutter/flutter repo, the flutter/packages
repo does use `dart format`.)
- [x] I signed the [CLA].
- [x] The title of the PR starts with the name of the package surrounded
by square brackets, e.g. `[shared_preferences]`
- [x] I [linked to at least one issue that this PR fixes] in the
description above.
- [x] I updated `pubspec.yaml` with an appropriate new version according
to the [pub versioning philosophy], or this PR is [exempt from version
changes].
- [x] I updated `CHANGELOG.md` to add a description of the change,
[following repository CHANGELOG style].
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [x] All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel
on [Discord].

<!-- Links -->
[Contributor Guide]:
https://github.com/flutter/packages/blob/main/CONTRIBUTING.md
[Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene
[relevant style guides]:
https://github.com/flutter/packages/blob/main/CONTRIBUTING.md#style
[CLA]: https://cla.developers.google.com/
[flutter/tests]: https://github.com/flutter/tests
[breaking change policy]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes
[Discord]: https://github.com/flutter/flutter/wiki/Chat
[linked to at least one issue that this PR fixes]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#overview
[pub versioning philosophy]: https://dart.dev/tools/pub/versioning
[exempt from version changes]:
https://github.com/flutter/flutter/wiki/Contributing-to-Plugins-and-Packages#version-and-changelog-updates
[following repository CHANGELOG style]:
https://github.com/flutter/flutter/wiki/Contributing-to-Plugins-and-Packages#changelog-style
[test-exempt]:
https://github.com/flutter/flutter/wiki/Tree-hygiene#tests

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

google_maps_flutter_web-v0.5.6+2

Toggle google_maps_flutter_web-v0.5.6+2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[web] Use TrustedTypes from pkg web. (flutter#6273)

During the `package:web` migration, some packages that needed the TrustedTypes API defined those as custom JS-interop.

In `google_identity_services_web`, the names of the JS-interop types clashed with those from the incoming package:web, breaking the build.

In `google_maps_flutter_web`, the whole definition code is redundant now that the standard API is exposed through package:web.

Part of: flutter/flutter#117022

google_identity_services_web-v0.3.1+1

Toggle google_identity_services_web-v0.3.1+1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[web] Use TrustedTypes from pkg web. (flutter#6273)

During the `package:web` migration, some packages that needed the TrustedTypes API defined those as custom JS-interop.

In `google_identity_services_web`, the names of the JS-interop types clashed with those from the incoming package:web, breaking the build.

In `google_maps_flutter_web`, the whole definition code is redundant now that the standard API is exposed through package:web.

Part of: flutter/flutter#117022