Mark Bowler

Results 11 issues of Mark Bowler

Nice work - much appreciated however.. Compiling in release mode throws this: Unhandled Exception: LateInitializationError: Local 'result' has not been initialized. it seems to be related to the following line...

**Is your feature request related to a problem? Please describe.** PDF rasterization of an existing PDF is virtually useless as it completely blocks the UI thread. Running on an isolate...

enhancement
needs triage

When detecting text from an image, the lines of text returned are not in order that they appear in the input image This might be due to a multi threading...

Text Recognition
stale

Currently developing on desktop where the single threaded implications being encountered are horrific. The plugin wrapping is a must. You guys have done such good work, anyone with Windows experience...

help wanted
good first issue

Great package! Any chance of implementing platform methods to lock orientation on the platform side? Flutter SystemChrome orientation locks don't work when using a non-standard dart entry point, as we...

wontfix

**Is your feature request related to a problem? Please describe.** Great work overall and I'd hate to be discouraging but external control using the controller is completely useless due to...

enhancement

**Describe the bug** When using external controls, calling play() to the controller does not start the video. The first call results in the thumbnail screen being displayed with the large...

bug

**Describe the bug** As reported in the original pre-fork version, After EpubReader.readBook loads an epub, most epubs fail to return anything from (loadedBook).CoverImage **To Reproduce** loadedBook = (await rootBundle.load(bookPath)).buffer.asUint8List(); *works...

Strange I thought I saw this working fine before but I might be wrong. For me it currently throws: [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method resizeOverlay on channel...

Good work. Thanks for your contribution. Alignment enum bugs exist where drag direction is inverted on horizontal, vertical or both axis depending on alignment: TopLeft=OK CenterLeft=OK BottomLeft = Vertical drag...