Z6P0

Results 13 issues of Z6P0

I try to run a simple test with the FlutterWebviewPlugin but I can't get it to work. ```dart void main() { testWidgets('Test', (WidgetTester tester) async { var plugin = FlutterWebviewPlugin();...

For example: - `string.gsub("test","t","T")` returns `"test"` - `string.gsub("test","t","T",1)` returns `"st"`

I try to play MP3 files from a server (not mine) with an invalid certificate. It plays in other players and browsers, but it fails with audioplayers package. Check for...

bug
platform-android
reproducible

I want to display 3 visible items in the carousel, except when there are only 1 or 2 items. In this case, I want to disable the swipe, and show...

I have this error: l10n.js:935 Uncaught TypeError: Cannot read property 'load' of undefined

A minimal Flutter app crashes at startup in release mode. It works in debug mode. The library is not even used, only added in pubspec.yaml: ```yaml dependencies: render: ^0.1.3+1 ```...

bug

I tested with `ratio: Ratio(width: 2, height: 3)` and the cropped image does not match. It works with square and width > height.

**Plugin name** appinio_video_player **Describe the bug** Build error: ``` /home/*/.pub-cache/hosted/pub.dev/cached_video_player-2.0.4/android/src/main/java/com/lazyarts/vikram/cached_video_player/CachedVideoPlayerPlugin.java:40: error: cannot find symbol private CachedVideoPlayerPlugin(io.flutter.plugin.common.PluginRegistry.Registrar registrar) { ^ symbol: class Registrar location: interface PluginRegistry /home/*/.pub-cache/hosted/pub.dev/cached_video_player-2.0.4/android/src/main/java/com/lazyarts/vikram/cached_video_player/CachedVideoPlayerPlugin.java:53: error: cannot find symbol...

Error when trying to run a minimal example on iOS: ``` Failed to build iOS app Lexical or Preprocessor Issue (Xcode): 'messages.g.h' file not found /Users/x/.pub-cache/hosted/pub.dev/wakelock_plus-1.3.0/ios/wakelock_plus/Sources/wakelock_plus/WakelockPlusPlugin.m:1:8 Could not build the...

**Describe the bug** My app is rejected by the App Store with this issue: > ITMS-91061: Missing privacy manifest - Your app includes “Frameworks/DKImagePickerController.framework/DKImagePickerController”, which includes DKImagePickerController, an SDK that...

new issue
stale