-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Comparing changes
Open a pull request
base repository: flutter/plugins
base: d18079b41616
head repository: flutter/plugins
compare: 0d3d520952c1
- 11 commits
- 30 files changed
- 5 contributors
Commits on Aug 16, 2022
-
Roll Flutter from a0f1c67 to c873c21 (27 revisions) (#6275)
* 7d1323c Updating expiring cirrus key. (flutter/flutter#109461) * a85902a Roll Flutter Engine from de118a55ade0 to c354e0e04cea (2 revisions) (flutter/flutter#109462) * 28de3d4 Roll Flutter Engine from c354e0e04cea to d1b18b5d6811 (1 revision) (flutter/flutter#109466) * a624cb7 Keep `dirty` manipulations private to `Element` base class (flutter/flutter#109401) * dce82f7 Remove deprecated Ruby File.exists? in helper script (flutter/flutter#109428) * 7887ca5 Revert "Keep `dirty` manipulations private to `Element` base class (#109401)" (flutter/flutter#109481) * 237a298 Roll Flutter Engine from d1b18b5d6811 to a2f3bd58ce73 (1 revision) (flutter/flutter#109472) * fe2fc8d Single tap on the previous selection should toggle the toolbar on iOS… (flutter/flutter#108913) * 696c6fb Roll Flutter Engine from a2f3bd58ce73 to fb19700742c3 (6 revisions) (flutter/flutter#109482) * 17bc0ce Roll Flutter Engine from fb19700742c3 to 2180e62f6c7e (1 revision) (flutter/flutter#109483) * 4265015 Roll Flutter Engine from 2180e62f6c7e to cd1a1cb757f5 (1 revision) (flutter/flutter#109488) * c142dd3 Roll Flutter Engine from cd1a1cb757f5 to 5cc5c5f04f0a (1 revision) (flutter/flutter#109490) * 8a55c36 Roll Flutter Engine from 5cc5c5f04f0a to 18dca3de7496 (2 revisions) (flutter/flutter#109493) * d50c5b1 Roll Flutter Engine from 18dca3de7496 to 83771593cb55 (1 revision) (flutter/flutter#109505) * 97901da Cleaner test.dart output. (flutter/flutter#109206) * fb3c8ea Roll Flutter Engine from 83771593cb55 to f49a617535af (1 revision) (flutter/flutter#109509) * 5fcd9c2 Update README.md (flutter/flutter#109506) * 4dd7065 Add onOpened callback to PopupMenuButton (flutter/flutter#103753) * ed3238e Roll Flutter Engine from f49a617535af to cc9f4c63b7e5 (1 revision) (flutter/flutter#109518) * 8b1ca3f Roll Flutter Engine from cc9f4c63b7e5 to 4656c2f46cad (1 revision) (flutter/flutter#109524) * 20ffb32 Roll Flutter Engine from 4656c2f46cad to 16fb19e72f88 (1 revision) (flutter/flutter#109526) * 087750f Roll Flutter Engine from 16fb19e72f88 to 9c3c233e2639 (1 revision) (flutter/flutter#109532) * 4aba124 Roll Flutter Engine from 9c3c233e2639 to f0c3829e90ce (1 revision) (flutter/flutter#109536) * 2bce108 Roll Plugins from 9fb7654 to 094f1c3 (7 revisions) (flutter/flutter#109543) * 97d9a2f Roll Flutter Engine from f0c3829e90ce to 8c019cdd446f (2 revisions) (flutter/flutter#109548) * 458d618 Roll Flutter Engine from 8c019cdd446f to 198b0051a5a2 (1 revision) (flutter/flutter#109552) * c873c21 Roll Flutter Engine from 198b0051a5a2 to 33fccf564973 (1 revision) (flutter/flutter#109557)
Configuration menu - View commit details
-
Copy full SHA for ba27a65 - Browse repository at this point
Copy the full SHA ba27a65View commit details -
[video_player]: Bump mockito-inline from 4.6.1 to 4.7.0 in /packages/…
…video_player/video_player_android/android (#6247)
Configuration menu - View commit details
-
Copy full SHA for 9c0049d - Browse repository at this point
Copy the full SHA 9c0049dView commit details -
[local_auth]: Bump mockito-inline from 4.6.1 to 4.7.0 in /packages/lo…
…cal_auth/local_auth_android/android (#6256)
Configuration menu - View commit details
-
Copy full SHA for 2835064 - Browse repository at this point
Copy the full SHA 2835064View commit details -
[video_player]: Bump exoplayerfrom 2.18.0 to 2.18.1 in /packages/vide…
…o_player/video_player_android/android (#6142)
Configuration menu - View commit details
-
Copy full SHA for 79a7a90 - Browse repository at this point
Copy the full SHA 79a7a90View commit details -
[google_maps_flutter_platform_interface] Adds size to BitmapDescripto…
…r (1/2) (#6208) Adds a size parameter to the BitmapDescriptor.fromBytes constructor, so web applications can specify the actual physical size of the bitmap. The parameter is not needed (and ignored) in other platforms. Other platforms seem to be doing actual size / dpi to figure out the correct physical size. Fixes (part 1) flutter/flutter#73789
Configuration menu - View commit details
-
Copy full SHA for 8749540 - Browse repository at this point
Copy the full SHA 8749540View commit details -
[camera]: Bump gradle from 7.2.0 to 7.2.2 in /packages/camera/camera_…
…android_camerax/android (#6272)
Configuration menu - View commit details
-
Copy full SHA for 4366855 - Browse repository at this point
Copy the full SHA 4366855View commit details -
[shared_pref]: Bump mockito-inline from 4.6.1 to 4.7.0 in /packages/s…
…hared_preferences/shared_preferences_android/android (#6264)
Configuration menu - View commit details
-
Copy full SHA for 00f464f - Browse repository at this point
Copy the full SHA 00f464fView commit details -
[webview]: Bump mockito-inline from 4.6.1 to 4.7.0 in /packages/webvi…
…ew_flutter/webview_flutter_android/android (#6260)
Configuration menu - View commit details
-
Copy full SHA for c74873a - Browse repository at this point
Copy the full SHA c74873aView commit details
Commits on Aug 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9bb6771 - Browse repository at this point
Copy the full SHA 9bb6771View commit details -
Prepare for fix to flutter/flutter#109339. (#6278)
Currently, in some circumstances where a subclasses of `PlatformInterface` erroneously uses `implements` rather than `extends`, a `NoSuchMethodError` will be thrown (in spite of the documentation at https://pub.dev/documentation/plugin_platform_interface/latest/plugin_platform_interface/PlatformInterface/verify.html claiming that `AssertionError` will be thrown). After flutter/flutter#109339 is fixed, the correct type of exception will be thrown. To avoid tests breakages when the fix happens, we need to modify these tests so that they don't care what kind of exception is thrown.
Configuration menu - View commit details
-
Copy full SHA for 01163e8 - Browse repository at this point
Copy the full SHA 01163e8View commit details -
[google_maps_flutter] Publish federation (#6204)
Restored the app-facing package to publishable state, using the newly-published federated mobile implementations. Part of flutter/flutter#68498
Configuration menu - View commit details
-
Copy full SHA for 0d3d520 - Browse repository at this point
Copy the full SHA 0d3d520View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff d18079b41616...0d3d520952c1