Harry Sild

Results 11 issues of Harry Sild

### What were you trying to do? I wanted to use frameprocessor form the current version of react-native-vision-camera/example. ### What happened instead? `device?.supportsParallelVideoProcessing` returns true but the frameProcessor fails to...

🐛 bug
🤖 android

As the title says would like to have an official example how to implement a typical view model/controller implementation. Basically Creator version of this documentation: https://riverpod.dev/docs/providers/state_notifier_provider/ This is to facilitate...

Changes from 0.1.9 to 0.1.10 break passing constraints to children: ```dart class ExampleWidget extends StatelessWidget { @override Widget build(BuildContext context) { return MultiSliver( children: [ SliverList( delegate: SliverChildBuilderDelegate((context, index) {...

enhancement
good first issue

In **tflite_flutter.dart** `export 'src/delegates/coreml_delegate.dart';` is missing. Even if you fix that how do you actually get CoreML delegate working. I tried what this guy did to get Metal working: [https://github.com/am15h/tflite_flutter_plugin/issues/100#issuecomment-818880657](https://github.com/am15h/tflite_flutter_plugin/issues/100#issuecomment-818880657)...

bug
iOS

LTR to RTL switch would be nice to have (next to where the light/dark mode switch is) to quickly test out your stories with LTR or RTL mode.

# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...

bug
auth

Publish moon_flutter to pub.dev and attain as high pub score as possible (documentation, best practices, test coverage etc).

Create Flutter version of the MDS web site mirroring all the functionality both React and Elixir sites have.

Add tests for every widget. Widget test as minimum, but also consider integration and golden tests.

### Use case Would be handy to have access to the `onEnd` property of the underlying widgets that Mix wraps and having the ability to maybe even react to it...

enhancement