1. 1f502e8 [camera] Add Android & iOS implementations for pausing the camera preview (#4258) by BeMacized · 4 years ago camera-v0.9.2
  2. 46dd609 [camera] Replace device info with new device_info_plus (#4265) by Majid Hajian · 4 years ago camera-v0.9.1+1
  3. 8e89547 Disable some flaky tests (#4274) by stuartmorgan · 4 years ago
  4. a011b30 [flutter_plugin_tool] Add support for building UWP plugins (#4047) by stuartmorgan · 4 years ago
  5. 00ace64 [flutter_plugin_tools] Move publish tests to RecordingProcessRunner (#4269) by stuartmorgan · 4 years ago
  6. ee8355b [flutter_plugin_tools] Check 'implements' for unpublished plugins (#4273) by stuartmorgan · 4 years ago
  7. 9cea8db [ci.yaml] Add auto-roller (#4270) by Casey Hillers · 4 years ago
  8. 79595de [flutter_plugin_tool] Fix CHANGELOG validation failure summary (#4266) by stuartmorgan · 4 years ago
  9. 56f092a [camera_web] Add `onCameraClosing` implementation (#4259) by Bartosz Selwesiuk · 4 years ago
  10. 88f8410 [flutter_plugin_tools] Convert publish tests to mock git (#4263) by stuartmorgan · 4 years ago
  11. 5b5f801 [camera] Expand CameraImage DTO with properties for lens aperture, exposure time and ISO. (#4256) by BeMacized · 4 years ago camera-v0.9.1
  12. 729c3e4 [flutter_plugin_tool] Migrate publish_plugin_command_test to runCapturingPrint (#4260) by stuartmorgan · 4 years ago
  13. fb66220 [flutter_plugin_tools] Introduce a class for packages (#4252) by stuartmorgan · 4 years ago
  14. 97f6114 [flutter_plugin_tools] Improve process mocking (#4254) by stuartmorgan · 4 years ago
  15. 0a86ac8 [camera] android-rework part 9: Final implementation of camera class (#4059) by Bodhi Mulders · 4 years ago camera-v0.9.0
  16. 6a8681e [image_picker] Fix pickImage not returning on iOS when dismissing the PHPicker view by swiping down. (#4228) by Bodhi Mulders · 4 years ago image_picker-v0.8.3+3
  17. b1fe191 [flutter_plugin_tools] Improve 'repository' check (#4244) by stuartmorgan · 4 years ago in_app_purchase-v1.0.8 ios_platform_images-v0.2.0+1 quick_actions-v0.6.0+6
  18. f2b42f7 Fix and test for 'implements' pubspec entry (#4242) by stuartmorgan · 4 years ago connectivity_for_web-v0.4.0+1 connectivity_macos-v0.2.1+2 file_selector_web-v0.8.1+2 google_maps_flutter_web-v0.3.0+4 google_sign_in_web-v0.10.0+2 image_picker_for_web-v2.1.3 in_app_purchase_android-v0.1.4+5 in_app_purchase_ios-v0.1.3+3 shared_preferences_web-v2.0.2 url_launcher_web-v2.0.4 video_player_web-v2.0.3
  19. 5ea96e5 [shared_preferences] Fix possible clash of string with double entry (#3895) by Cobinja · 4 years ago shared_preferences-v2.0.7
  20. f93314b [image_picker] Platform interface update cache (#4123) by Yusuf · 4 years ago image_picker_platform_interface-v2.3.0
  21. a22f591 [in_app_purchase] Add toString() to IAPError (#4162) by Andrew Zuo · 4 years ago in_app_purchase_platform_interface-v1.2.0
  22. af2896b [flutter_plugin_tools] Add a command to lint Android code (#4206) by stuartmorgan · 4 years ago
  23. 90fd90e [url_launcher] Add native unit tests for Windows (#4156) by stuartmorgan · 4 years ago url_launcher_windows-v2.0.2
  24. 04ea39a [flutter_plugin_tools] Add Android native UI test support (#4188) by stuartmorgan · 4 years ago
  25. d58036f [quick_actions] Android support only calling initialize once (#4204) by Monika Manuela Hengki · 4 years ago quick_actions-v0.6.0+5
  26. c52ae9f [flutter_plugin_tool] Don't allow NEXT on version bumps (#4246) by stuartmorgan · 4 years ago
  27. 954041d Add unit tests to `quick_actions` plugin (#4245) by Maurice Parrish · 4 years ago
  28. 99c5f61 Move test packages from `dependencies` to `dev_dependencies` (#4231) by nt4f04uNd · 4 years ago in_app_purchase_android-v0.1.4+4 in_app_purchase_ios-v0.1.3+2 video_player-v2.1.14
  29. 3ae3a02 [video_player] removed video player is not functional on ios simulators warning (#4241) by Balvinder Singh Gambhir · 4 years ago video_player-v2.1.13
  30. 0209a2f Eliminate build_all_plugins_app.sh (#4232) by stuartmorgan · 4 years ago
  31. ebf4d59 [camera_web] Add support for pausing and resuming the camera preview (#4239) by Bartosz Selwesiuk · 4 years ago
  32. c8570fc fix: disposed CameraController error thrown when changing a camera (#4236) by Bartosz Selwesiuk · 4 years ago
  33. b1c65df [camera_web] Update the web plugin README (#4237) by Bartosz Selwesiuk · 4 years ago
  34. 1e497d6 [camera_web] Add missing setFlashMode test (#4235) by Bartosz Selwesiuk · 4 years ago
  35. e5fc83d [camera_web] Fix `getCapabilities` not supported error thrown when selecting a camera on Firefox (#4234) by Bartosz Selwesiuk · 4 years ago
  36. 4383bb1 [camera_web] Handle camera errors in `takePicture` (#4230) by Bartosz Selwesiuk · 4 years ago
  37. 1ac46e1 [camera_web] docs: add `setFlashMode` comments (#4227) by Bartosz Selwesiuk · 4 years ago
  38. d6ba532 fix: don't request full-screen mode in unlockCaptureOrientation (#4226) by Bartosz Selwesiuk · 4 years ago
  39. 7702967 [camera_web] Rename `CameraSettings` to `CameraService` (#4225) by Bartosz Selwesiuk · 4 years ago
  40. b9ac641 [ci.yaml] Auto-generate LUCI configs (#4223) by Casey Hillers · 4 years ago
  41. e3d5ef0 [camera_web] Add support for a zoom level (#4224) by Bartosz Selwesiuk · 4 years ago
  42. d31bd7d [webview_flutter] Only call onWebResourceError for main frame (#3078) by Maurice Parrish · 4 years ago webview_flutter-v2.0.12
  43. 256d37d [image_picker] fix camera on Android 11 (#3194) by Marcus · 4 years ago image_picker-v0.8.3+2
  44. 19f2ff7 Add `buildViewWithTextDirection` to platform interface (#4121) by Maurice Parrish · 4 years ago google_maps_flutter_platform_interface-v2.1.1
  45. b9512b6 [camera_web] Add support for a flash mode (#4222) by Bartosz Selwesiuk · 4 years ago
  46. acc3202 [camera_web] Add support for device orientation (#4219) by Bartosz Selwesiuk · 4 years ago
  47. c704656 [camera_web] Add `onCameraResolutionChanged` implementation (#4217) by Bartosz Selwesiuk · 4 years ago
  48. 083b45e [image_picker] Fix README example (#4220) by Taha Tesser · 4 years ago image_picker-v0.8.3+1
  49. 6010090 Don't use 'flutter upgrade' on Cirrus (#4213) by stuartmorgan · 4 years, 1 month ago
  50. 498df33 [flutter_plugin_tools] Track and log exclusions (#4205) by stuartmorgan · 4 years, 1 month ago
  51. 643c928 [image_picker] Check for failure in iOS metadata updates (#4215) by stuartmorgan · 4 years, 1 month ago image_picker-v0.8.3
  52. 1fc3d92 [google_maps_flutter] Mark iOS arm64 simulators as unsupported (#4209) by Jenn Magder · 4 years, 1 month ago google_maps_flutter-v2.0.8
  53. c59b32c [google_sign_in] Mark iOS arm64 simulators as unsupported (#4208) by Jenn Magder · 4 years, 1 month ago google_sign_in-v5.0.7
  54. 9bca9e7 [google_maps_flutter] Temporarily disable googleMapsPluginIsAdded (#4214) by stuartmorgan · 4 years, 1 month ago
  55. a3accd7 Replace reference to shared_preferences with url_launcher (#4211) by Maurits van Beusekom · 4 years, 1 month ago url_launcher_linux-v2.0.2 url_launcher_macos-v2.0.2
  56. 477a13d [camera_web] Add camera errors handling (#4207) by Bartosz Selwesiuk · 4 years, 1 month ago
  57. 97fa266 Adds test harnesses for integration tests on Android (#4200) by Maurice Parrish · 4 years, 1 month ago
  58. c8b1d96 [image_picker] Move UI test (#4181) by Yusuf · 4 years, 1 month ago
  59. ed48cff [camera_web] Add `dispose` implementation (#4203) by Bartosz Selwesiuk · 4 years, 1 month ago
  60. ab95335 Correct mistake with markdown in README.md (#4202) by Maurits van Beusekom · 4 years, 1 month ago
  61. 1b7c4fb Correct mistake in markdown in README.md (#4201) by Maurits van Beusekom · 4 years, 1 month ago
  62. f506daa [webview_flutter] Better documentation of Android Platform Views modes (#4187) by Ludwik Trammer · 4 years, 1 month ago
  63. b8786d3 Rebuild camera preview when camera value changes (#4197) by Bodhi Mulders · 4 years, 1 month ago camera-v0.8.1+7
  64. 08c9b40 Expand camera platform interface to support pausing the camera preview. (#4191) by Bodhi Mulders · 4 years, 1 month ago camera_platform_interface-v2.1.0
  65. d2f5c33 Remove pubspec.yaml examples from READMEs (#4198) by stuartmorgan · 4 years, 1 month ago file_selector_web-v0.8.1+1 google_sign_in_web-v0.10.0+1 image_picker_for_web-v2.1.2 in_app_purchase_android-v0.1.4+3 in_app_purchase_ios-v0.1.3+1 path_provider_linux-v2.0.2 path_provider_macos-v2.0.2 path_provider_windows-v2.0.3 shared_preferences_linux-v2.0.2 shared_preferences_macos-v2.0.2 shared_preferences_web-v2.0.1 shared_preferences_windows-v2.0.2 url_launcher_linux-v2.0.1 url_launcher_macos-v2.0.1 url_launcher_web-v2.0.2 url_launcher_windows-v2.0.1 video_player_web-v2.0.2
  66. 9e23302 [camera_web] Add `takePicture` implementation (#4196) by Bartosz Selwesiuk · 4 years, 1 month ago
  67. 5516791 [shared_preferences_web] Migrate tests to integration_test (#4185) by David Iglesias · 4 years, 1 month ago
  68. 2727efc wake lock permission (#4199) by Maurice Parrish · 4 years, 1 month ago
  69. 5f42c69 Skip an integration test and extend firebase testlab timeout (#4195) by Maurice Parrish · 4 years, 1 month ago
  70. 530a187 [camera_web] Add `buildPreview` implementation (#4190) by Bartosz Selwesiuk · 4 years, 1 month ago
  71. 31c598c [flutter_plugin_tools] Test and comment Dart analysis (#4194) by stuartmorgan · 4 years, 1 month ago
  72. 6960795 Move unit tests to Android modules (#4193) by Maurice Parrish · 4 years, 1 month ago
  73. 1dce6ab Fix webview_flutter Android integration tests and add Espresso (#4147) by Maurice Parrish · 4 years, 1 month ago
  74. 7d49fd4 Make java-test output more useful (#4184) by Maurice Parrish · 4 years, 1 month ago
  75. 43ca262 [video player]: update the url in the readme example (#4081) by Mahesh Jamdade · 4 years, 1 month ago video_player-v2.1.12
  76. 400fa20 [camera_web] Add `initializeCamera` implementation (#4186) by Bartosz Selwesiuk · 4 years, 1 month ago
  77. 0f26618 Remove remaining V1 embedding references (#4189) by Emmanuel Garcia · 4 years, 1 month ago
  78. e843c03 Remove references to the V1 Android embedding (#4160) by Emmanuel Garcia · 4 years, 1 month ago espresso-v0.1.0+3 flutter_plugin_android_lifecycle-v2.0.3 google_maps_flutter-v2.0.7 local_auth-v1.1.7 path_provider-v2.0.3 url_launcher-v6.0.10
  79. dd66f34 [camera_web] Add `createCamera` implementation (#4182) by Bartosz Selwesiuk · 4 years, 1 month ago
  80. 758c55e [flutter_plugin_tools] Support YAML exception lists (#4183) by stuartmorgan · 4 years, 1 month ago
  81. b6d1345 [flutter_plugin_tools] Replace xctest and java-test with native-test (#4176) by stuartmorgan · 4 years, 1 month ago
  82. e51722c [webview_flutter] Refactored creation of Android WebView for testability. (#4178) by Maurits van Beusekom · 4 years, 1 month ago
  83. fdded21 [camera_web] Add `availableCameras` implementation (#4175) by Bartosz Selwesiuk · 4 years, 1 month ago
  84. 44d7c07 [flutter_plugin_tools] Make firebase-test-lab fail when no tests run (#4172) by stuartmorgan · 4 years, 1 month ago
  85. 09ec519 [flutter_plugin_tests] Split analyze out of xctest (#4161) by stuartmorgan · 4 years, 1 month ago
  86. 337dc68 [camera_web] Add Camera class to control video and take pictures (#4168) by Bartosz Selwesiuk · 4 years, 1 month ago
  87. 0bbef40 [webview_flutter] Move webview_flutter to webview_flutter/webview_flutter (#4152) by Maurits van Beusekom · 4 years, 1 month ago
  88. a807b5c [flutter_plugin_tools] Use -version with java (#4171) by stuartmorgan · 4 years, 1 month ago
  89. 036fb33 [image_picker_for_web] Support multiple pick. Store name and other local file properties in XFile. (#4166) by Balvinder Singh Gambhir · 4 years, 1 month ago image_picker_for_web-v2.1.1
  90. 45a1ba6 [google_sign_in] Add iOS unit tests (#4157) by Jenn Magder · 4 years, 1 month ago google_sign_in-v5.0.5
  91. 027db90 [multiple_web] Update web plugin testing instructions. (#4167) by Nishant Chandla · 4 years, 1 month ago
  92. e193daf [camera] Add `CameraOptions` used to constrain the camera audio and video (#4164) by Bartosz Selwesiuk · 4 years, 1 month ago
  93. 2f5ef3d [google_maps_flutter_web]: Update installation instructions (#4163) by Brett Morgan · 4 years, 1 month ago google_maps_flutter_web-v0.3.0+3
  94. 57fb51f [camera] Introduce `camera_web` package (#4151) by Bartosz Selwesiuk · 4 years, 1 month ago
  95. f726c31 [camera] Fix coordinate rotation for setting focus- and exposure points on iOS (#4158) by Bodhi Mulders · 4 years, 1 month ago camera-v0.8.1+5
  96. dd2d739 [image_picker] Migrate image_picker to package:cross_file (#4073) by Bodhi Mulders · 4 years, 1 month ago image_picker-v0.8.2
  97. cf80430 [image_picker] Image picker fix camera device (#3898) by Yusuf · 4 years, 1 month ago image_picker-v0.8.1+4
  98. fbb4b3a [flutter_plugin_tools] Improve license-check output (#4154) by stuartmorgan · 4 years, 1 month ago
  99. ce371a6 [webview_flutter] Fix broken keyboard issue link (#3266) by Aneesh Rao · 4 years, 1 month ago webview_flutter-v2.0.10
  100. d68f263 [flutter_plugin_tools] Support format on Windows (#4150) by stuartmorgan · 4 years, 1 month ago