Tags: potatoker/plugins
Tags
[webview_flutter] [url_launcher] Handle Multiwindows in WebViews (flu… …tter#2991)
[webview_flutter] [url_launcher] Handle Multiwindows in WebViews (flu… …tter#2991)
[path_provider] Move Windows FFI behind a conditional import (flutter… …#3056) Moves the real implementation of path_provider_windows behind a conditional export, instead exporting a stub on platforms that don't support dart:ffi. This avoids build breakage in web projects that have transitive dependencies on path_provider (and thus path_provider_windows due to manual endorsement). This will no longer be necessary once flutter/flutter#52267 is fixed, since only Windows builds will ever need to have code-level dependency on path_provider_windows.
[webview_flutter] [url_launcher] Handle Multiwindows in WebViews (flu… …tter#2991)
[path_provider] Add missing pluginClass: none to path_provider_windows ( flutter#3052) Stable channel still needs a 'pluginClass: none' to avoid "Invalid plugin specification" errors when parsing a Dart-only desktop plugin like this one. Fixes flutter/flutter#66158
[path_provider] Path provider windows updates (flutter#3049) - Adds missing iOS podspec to path_provider_windows, which was necessary to publish it (since path_provider doesn't require 1.20+) - Requires path_provider_windows 0.0.2, not 0.0.1, in path_provider endorsement.
Add missing podspec to path_provider_windows
[image_picker] changed ExifInterface to AndroidX version, including d… ( flutter#3036)
PreviousNext