Fnalsk

Results 6 issues of Fnalsk

`Uint8List` is more universal as a type in dart. If I'm using an image elsewhere that I'd like to use with this package, I'm most likely using it as a...

So for example if I want to scroll to the photo to the left of the current photo, the current photo's left edge must be visible. This is needed because...

usually this happens with images of size ~500kb ~~kind of renders this package useless if "compressing" an image can end up making it larger...in fact the resulting image is often...

Allow passing a controller to the widget.

I want something like this: ``` FlutterMentions( key: _mentionsKey, decoration: InputDecoration( suffixIcon: ValueListenableBuilder( valueListenable: _mentionsKey.currentState!.controller!, builder: (BuildContext context, value, Widget? child) => // some widget ) ), mentions: [ ......

Currently the only way to load an image that i can see is by the file path. But if you already loaded an image's bytes to use somewhere else, and...