Skip to content

Tags: PoradaApp/packages

Tags

quick_actions_android-v1.0.9

Toggle quick_actions_android-v1.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[quick_actions] Convert android to pigeon (flutter#5099)

Converts from direct use of method channels to using Pigeon.

Part of flutter/flutter#117844
part of flutter/flutter#117913

google_identity_services_web-v0.2.2

Toggle google_identity_services_web-v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[gis_web] Adds FedCM toggle. (flutter#5123)

This PR updates the `IdConfiguration` object of the Google Identity Services SDK with new values added since this was last updated.

The main change is adding `use_fedcm_for_prompt` so [FedCM can be enabled](https://developers.google.com/identity/gsi/web/guides/fedcm-migration) on Flutter Web apps.

### Issues

Pre-requirement for: flutter/flutter#133703

flutter_image-v4.1.9

Toggle flutter_image-v4.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[flutter_image] added example app (flutter#4353)

Added example app for flutter_image package

closes [#128699](flutter/flutter#128699)

web_benchmarks-v0.1.0+7

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[web_benchmarks] Bump process version constraints (flutter#5122)

Prep for flutter/flutter#136418.

shared_preferences_windows-v2.3.2

Toggle shared_preferences_windows-v2.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[shared_preferences] update file version constraints (flutter#5121)

Prep for flutter/flutter#136418.

shared_preferences_linux-v2.3.2

Toggle shared_preferences_linux-v2.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[shared_preferences] update file version constraints (flutter#5121)

Prep for flutter/flutter#136418.

go_router-v11.1.4

Toggle go_router-v11.1.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 missing build parameter in type-safe routes topic doc…

…umentation (flutter#5040)

Added the missing GoRouterState state parameter to the build methods of `HomeScreenRoute` and `SongRoute`, to the type-safe routes [topic](https://github.com/flutter/packages/blob/main/packages/go_router/doc/type-safe-routes.md).

Using the current documentation (without the fix), raises the error:
``` dart
'HomeScreenRoute.build' ('Widget Function(BuildContext)') isn't a valid override of
'GoRouteData.build' ('Widget Function(BuildContext, GoRouterState)')
```

I didn't find any issue for this, but if you'd want I could simply open one myself and link it to this pull request.

cross_file-v0.3.3+6

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[cross_file] Improved documentation about ignored parameters in IO mo…

…dule. (flutter#4416)

Hello guys, following the discussion in the issue below here I've tried to document all the ignored constructor parameters that are available but never used in the IO module.

- flutter/flutter#87812

in_app_purchase-v3.1.11

Toggle in_app_purchase-v3.1.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[in_app_purchase] [#135759] Fix. doc reference finishPurchase to comp…

…letePurchase. (flutter#5081)

## What type of PR is this? (check all applicable)

## Description
finishPurchase was mentioned in the doc, but does not exist in the package, instead completePurchase is used now, so updating the comment link.

## Fix
Updated finishPurchase to completePurchase. 

## Related Tickets & Documents

- Closes [#135769](flutter/flutter#135759)

in_app_purchase_platform_interface-v1.3.6

Toggle in_app_purchase_platform_interface-v1.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[in_app_purchase] [#135759] Fix. doc reference finishPurchase to comp…

…letePurchase. (flutter#5081)

## What type of PR is this? (check all applicable)

## Description
finishPurchase was mentioned in the doc, but does not exist in the package, instead completePurchase is used now, so updating the comment link.

## Fix
Updated finishPurchase to completePurchase. 

## Related Tickets & Documents

- Closes [#135769](flutter/flutter#135759)