Tags: PoradaApp/packages
Tags
[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
[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] added example app (flutter#4353) Added example app for flutter_image package closes [#128699](flutter/flutter#128699)
[web_benchmarks] Bump process version constraints (flutter#5122) Prep for flutter/flutter#136418.
[shared_preferences] update file version constraints (flutter#5121) Prep for flutter/flutter#136418.
[shared_preferences] update file version constraints (flutter#5121) Prep for flutter/flutter#136418.
[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] 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] [#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] [#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)
PreviousNext