carman247

Results 15 issues of carman247

I wanted to use this package to create a selection of design for the back on playing cards, although it doesn't seem to scale down very well. Maybe I'm doing...

Is it possible to start the background service after the `main` `runApp()` function? e.g. Could the service be started in `initState` for the `home` widget of `MaterialApp`

Why does the aspect ratio (if locked) switch on iOS when the image is rotated? Is there any way to prevent this? e.g. I want to use a locked aspect...

I'm not sure if this issue is the same as this closed one > https://github.com/flutter-webrtc/flutter-webrtc/issues/276 I am disabling the local stream's video/audio tracks when the app is backgrounded. After a...

We are using version `0.8.0` Lately I've noticed this crash while testing on iOS ``` # Fatal error in: ../../pc/peer_connection.cc, line 1133 # last system error: 0 # Check failed:...

Is this bad practise, and could it cause problems? Whenever I'm create a getter/setter in a class I have the name them differently otherwise I get an error. ``` ///...

This is happening when switching page ``` console E/BasicMessageChannel#dev.flutter.pigeon.PdfxApi.updateTexture( 3565): Failed to handle message E/BasicMessageChannel#dev.flutter.pigeon.PdfxApi.updateTexture( 3565): java.lang.IllegalStateException: Reply already submitted E/BasicMessageChannel#dev.flutter.pigeon.PdfxApi.updateTexture( 3565): at io.flutter.embedding.engine.dart.DartMessenger$Reply.reply(DartMessenger.java:164) E/BasicMessageChannel#dev.flutter.pigeon.PdfxApi.updateTexture( 3565): at io.flutter.plugin.common.BasicMessageChannel$IncomingMessageHandler$1.reply(BasicMessageChannel.java:192) E/BasicMessageChannel#dev.flutter.pigeon.PdfxApi.updateTexture( 3565):...

Getting blank pages when using the controller to change page. Always seems to be on pages 4-8, or around that point. Continuing past the blank pages eventually loads the ones...

This is great but I think there is some difference between the trimmed preview and the actual saved file. e.g. preview is from 00:15 - 00:25 seconds, saved file seems...

bug

I've found some info on how to preload Flare (.flr) animations but I can't find any info on how to export an animation from Rive as Flare. Would be great...

enhancement