6339 Commits

Author SHA1 Message Date
ecdc685786 [tools] adds 'android' alias for build-example script (#3656)
[tools] adds 'android' alias for build-example script
2023-04-06 20:59:04 +00:00
36d412490a [url_launcher] Adds lint ignores to the usage of RouteInformation.loc… (#3575)
[url_launcher] Adds lint ignores to the usage of RouteInformation.loc…
2023-04-06 17:05:53 +00:00
1502ac0e19 Roll Flutter from daaa32bc0638 to a086c640dcc4 (27 revisions) (#3654)
Roll Flutter from daaa32bc0638 to a086c640dcc4 (27 revisions)
2023-04-06 16:11:50 +00:00
3f48061694 [gsi_web] Adds Sign In button. (#3636)
[gsi_web] Adds Sign In button.
google_sign_in_web-v0.12.0
2023-04-06 00:21:34 +00:00
6102af6104 [pigeon] Apply strict linting to Java output (#3649)
[pigeon] Apply strict linting to Java output
pigeon-v9.2.3
2023-04-06 00:07:02 +00:00
a46c025308 [go_router] Fixes an issue when popping pageless route would accident… (#3613)
[go_router] Fixes an issue when popping pageless route would accident…
go_router-v6.5.5
2023-04-05 23:21:25 +00:00
6e408879cd [go_router] Remove navigator keys parameters (#3614)
[go_router] Remove navigator keys parameters
go_router-v6.5.4
2023-04-05 22:44:53 +00:00
e74def5e94 [webview]: Bump androidx.webkit:webkit from 1.6.0 to 1.6.1 in /packages/webview_flutter/webview_flutter_android/android (#3555)
[webview]: Bump androidx.webkit:webkit from 1.6.0 to 1.6.1 in /packages/webview_flutter/webview_flutter_android/android
2023-04-05 22:38:07 +00:00
7dd9980038 Roll Flutter (stable) from 62bd79521d8d to 4b1264501234 (1 revision) (#3646)
Roll Flutter (stable) from 62bd79521d8d to 4b1264501234 (1 revision)
2023-04-05 19:19:11 +00:00
0a4f2f4269 [webview_flutter_android] Removes unused field WebView.useHybridComposition and suppress Java ViewConstructor lint (#3428)
[webview_flutter_android] Removes unused field `WebView.useHybridComposition` and suppress Java `ViewConstructor` lint
webview_flutter_android-v3.4.5
2023-04-05 18:54:59 +00:00
1d1fe12820 [go_router_builder] Add ShellRoute support to go_router_builder (#3439)
[go_router_builder] Add ShellRoute support to go_router_builder
go_router_builder-v1.2.0
2023-04-05 18:53:47 +00:00
b5ea225b2c Roll Flutter from f9857df6b316 to daaa32bc0638 (26 revisions) (#3647)
Roll Flutter from f9857df6b316 to daaa32bc0638 (26 revisions)
2023-04-05 18:52:30 +00:00
f224eea858 [tool] Add pigeon support to update-dependency (#3640)
[tool] Add pigeon support to update-dependency
2023-04-05 10:44:19 +00:00
306bac94b4 [go_router] Adds ignore for deprecated RouteInformation.location (#3634)
[go_router] Adds ignore for deprecated RouteInformation.location
2023-04-05 06:18:54 +00:00
875d249877 [gsi_interface] Introduces canAccessScopes and userDataEvents. (#3635)
[gsi_interface] Introduces canAccessScopes and userDataEvents.
google_sign_in_platform_interface-v2.4.0
2023-04-05 04:50:57 +00:00
9e5383851f [webview_flutter_wkwebview] Skip flaky transparency test (#3643)
[webview_flutter_wkwebview] Skip flaky transparency test
2023-04-05 04:26:13 +00:00
60c95fedac Use packages instead of plugins repository (#3504)
Use packages instead of plugins repository
2023-04-04 22:44:54 +00:00
a2ab92551c [pigeon] Add a structured function helper for C++ (#3601)
[pigeon] Add a structured function helper for C++
pigeon-v9.2.2
2023-04-04 22:44:52 +00:00
5194083986 Roll Flutter from 2144a1b05ebd to f9857df6b316 (18 revisions) (#3641)
Roll Flutter from 2144a1b05ebd to f9857df6b316 (18 revisions)
2023-04-04 20:05:33 +00:00
7b4a5431d9 [pigeon] fix swift nsnull casting crash (#3545)
fixes https://github.com/flutter/flutter/issues/123387 by forcing NSNull
to nil
also simplifies Int casting, since it was overly complex

## 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.

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
[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
pigeon-v9.2.1
2023-04-04 12:34:24 -07:00
3df3ba528e [tool] Add initial update-dependency command (#3632)
[tool] Add initial `update-dependency` command
2023-04-03 21:23:11 +00:00
1cac25da9d [pigeon] Take C++ out of experimental (#3603)
[pigeon] Take C++ out of experimental
pigeon-v9.2.0
2023-04-03 19:52:35 +00:00
82602bf90c Roll Flutter from 1edd4549eaaf to 2144a1b05ebd (13 revisions) (#3633)
Roll Flutter from 1edd4549eaaf to 2144a1b05ebd (13 revisions)
2023-04-03 19:52:32 +00:00
43b5424e1e [video_player] synchronize isPlaying state (#3261)
[video_player] synchronize isPlaying state
video_player-v2.6.1 video_player_web-v2.0.16 video_player_android-v2.4.4 video_player_avfoundation-v2.4.3
2023-04-03 18:37:06 +00:00
32aa7df510 [pigeon]: Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.8.10 to 1.8.20 in /packages/pigeon/platform_tests/test_plugin/android (#3623)
[pigeon]: Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.8.10 to 1.8.20 in /packages/pigeon/platform_tests/test_plugin/android
2023-04-03 17:56:07 +00:00
bc15c97a5b [go_router] Fix redirect being called with empty location for unknown routes (#3548)
[go_router] Fix redirect being called with empty location for unknown routes
go_router-v6.5.3
2023-04-03 16:27:36 +00:00
03e19a96d9 [Many] run agp update to support jdk17 1/N (#3574)
[Many] run agp update to support jdk17 1/N
2023-04-02 22:12:23 +00:00
d69aff0278 Roll Flutter from 18c9fa6cc80e to 1edd4549eaaf (9 revisions) (#3622)
Roll Flutter from 18c9fa6cc80e to 1edd4549eaaf (9 revisions)
2023-04-02 18:42:23 +00:00
bcf2eb316a Roll Flutter from 12b36de8f7ac to 18c9fa6cc80e (92 revisions) (#3619)
Roll Flutter from 12b36de8f7ac to 18c9fa6cc80e (92 revisions)
2023-04-01 20:16:33 +00:00
c68fa098ee [pigeon] Migrates off old BinaryMessenger API (#3600)
[pigeon] Migrates off old BinaryMessenger API
pigeon-v9.1.4
2023-04-01 02:02:59 +00:00
6502403a71 [shared_preferences] allow custom key prefixes (#3465)
[shared_preferences] allow custom key prefixes
shared_preferences-v2.1.0
2023-03-31 21:31:43 +00:00
e4dabc049e [ci] Update version of Chromium in benchmarks to keep up with engine. (#3612)
[ci] Update version of Chromium in benchmarks to keep up with engine.
2023-03-31 20:36:07 +00:00
d07623d2db Roll Flutter (stable) from 90c64ed42ba5 to 62bd79521d8d (2 revisions) (#3604)
Roll Flutter (stable) from 90c64ed42ba5 to 62bd79521d8d (2 revisions)
2023-03-31 17:09:28 +00:00
5cbea7b101 [shared_preferences] allow custom key prefixes - platform changes (#3596)
[shared_preferences] allow custom key prefixes - platform changes
shared_preferences_linux-v2.2.0 shared_preferences_web-v2.1.0 shared_preferences_android-v2.1.0 shared_preferences_windows-v2.2.0 shared_preferences_foundation-v2.2.0
2023-03-31 14:26:22 +00:00
7781aee45b [gis_web] Improves renderButton API exports. (#3432)
[gis_web] Improves renderButton API exports.
google_identity_services_web-v0.2.1
2023-03-31 00:02:19 +00:00
a4b1ebb60a [go_router] Sets correct reverseTransitionDuration on NoTransitionPage (#123368) (#3540)
[go_router] Sets correct reverseTransitionDuration on NoTransitionPage (#123368)
go_router-v6.5.2
2023-03-30 22:43:21 +00:00
751ea41269 [webview_flutter_android] Adds a workaround fix for autofill (#3588)
[webview_flutter_android] Adds a workaround fix for autofill
webview_flutter_android-v3.4.4
2023-03-30 22:13:08 +00:00
866e348b03 [go_router] Migrate tests away from old handlePlatformMessage (#3599)
[go_router] Migrate tests away from old handlePlatformMessage
2023-03-30 21:42:05 +00:00
c450908745 Bump minsdk version (#3581)
[all_packages] Bump minimum SDK version
2023-03-30 19:00:58 +00:00
e1f3257f66 Bump ossf/scorecard-action from 2.1.2 to 2.1.3 (#3589)
Bump ossf/scorecard-action from 2.1.2 to 2.1.3
2023-03-30 15:43:38 +00:00
ee37f1cbdd [pigeon] Improve C++ data class constructors (#3585)
[pigeon] Improve C++ data class constructors
pigeon-v9.1.3
2023-03-30 14:43:22 +00:00
199fc68a1a Roll mockito to 5.4.0 (#3544)
Roll mockito to 5.4.0
2023-03-30 12:12:38 +00:00
801f68a703 Bump actions/checkout from 3.4.0 to 3.5.0 (#3541)
Bump actions/checkout from 3.4.0 to 3.5.0
2023-03-29 21:48:01 +00:00
6230803e5d [shared_preferences] allow custom key prefixes platform only changes (#3497)
[shared_preferences] allow custom key prefixes platform only changes
shared_preferences_platform_interface-v2.2.0
2023-03-29 20:26:39 +00:00
a24cc2e692 [pigeon] Fix C++ Flutter API class args (#3573)
[pigeon] Fix C++ Flutter API class args
pigeon-v9.1.2
2023-03-28 22:20:24 +00:00
2ddfcdcc25 Roll Flutter from 4a1002e2e255 to 12b36de8f7ac (33 revisions) (#3570)
Roll Flutter from 4a1002e2e255 to 12b36de8f7ac (33 revisions)
2023-03-28 19:25:59 +00:00
295610b174 Bump github/codeql-action from 2.2.7 to 2.2.9 (#3566)
Bump github/codeql-action from 2.2.7 to 2.2.9
2023-03-28 14:37:19 +00:00
b4e12f0db3 Update path_provider_foundation to latest pigeon (#3564)
Update path_provider_foundation to latest pigeon
path_provider_foundation-v2.2.1
2023-03-28 14:09:18 +00:00
f14934c50e Update webview_flutter_wkwebview to newer pigeon (#3565)
Update webview_flutter_wkwebview to newer pigeon
webview_flutter_wkwebview-v3.2.3
2023-03-28 13:27:27 +00:00
49e8436ab7 [go_router] Fixes an issue where the params are removed after popping (#3401)
[go_router] Fixes an issue where the params are removed after popping
go_router-v6.5.1
2023-03-28 13:27:24 +00:00