Magnus W

Results 10 issues of Magnus W

I'm using `PhotoViewGallery` and displaying a custom page indicator that is updated when `onPageChanged` is fired. This works fine, but now I want my page indicators to grow/shrink depending on...

I installed `ngrok` and got it working on a Raspberry Pi using this library, but unfortunately it seems that if the network connection goes down for a few hours and...

**Is your feature request related to a problem? Please describe.** I'm loading videos from online (Firebase Storage), the aspect ratio could be different for each video, so I can't set...

enhancement
new issue

## Proposal It would be nice if this plugin had a camera screen that could be used out-of-the-box, instead of having to create your own.

enhancement

I can't find a way to limit the radius of an editable circle. For example, I want the smallest possible radius to be 1000 meters, and if the user tries...

It seems that the calculation of the position of the circle resize-handle doesn't take into account at which latitude it is. Editing a large circle near the poles results in...

**Describe the bug** The `page` getter in `PdfController` results in ``` Null check operator used on a null value ``` because `_pdfViewState` is null. There appears to be no way...

bug

**Describe the bug** I have a SlidingUpPanel containing a SingleChildScrollView, using panelBuilder and its provided scrollcontroller. I noticed that I can't scroll to the bottom of the contents if I...

I just added this plugin to a Flutter Web project, but when I compile it I get ``` ../../dev/flutter/.pub-cache/hosted/pub.dartlang.org/webview_windows-0.1.9/lib/src/webview.dart:481:29: Error: Method 'addPostFrameCallback' cannot be called on 'WidgetsBinding?' because it is...

I have a USB adapter which is not working. ``` I/flutter (24091): PlatformException(b, Not an Serial device., null, null) I/flutter (24091): #0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:607:7) I/flutter (24091): #1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:177:18) I/flutter...