BoHellgren

Results 8 issues of BoHellgren

I am using FormBuilderColorPicker(colorPickerType: ColorPickerType.MaterialPicker). This is a very nice picker, but it has a problem. Many users complain that they cannot see which color they have chosen. If you...

## 🐛 Bug Report The following logic works on Android but not on web: ``` FlutterTts flutterTts = FlutterTts(); await flutterTts.speak(text1); (after a few seconds) await flutterTts.stop(); await flutterTts.speak(text2); ```...

bug

Hi! Thanks for a great plugin. I am using `android_intent.Intent() ..setAction(android_action.Action.ACTION_MAIN) ..addCategory(android_category.Category.CATEGORY_APP_GALLERY) ..startActivity().catchError((e) => print(e));` to bring up the Gallery. This works, but what I really want to do is...

I am an experienced Flutter developer but new to streaming and interested in learning how to use this plugin for streaming video. Would it be possible to use the example...

I have this button: ``` FloatingActionButton( child: Text( 'Send'), onPressed: () async { emailAddr = myController.text.trim(); ... String platformResponse; try { await FlutterEmailSender.send(email); platformResponse = 'Email has been sent.'; }...

### Have I written custom code (as opposed to using a stock example script provided in MediaPipe) Yes ### OS Platform and Distribution Android 12 (API 31) ### Mobile device...

platform:android
type:bug
stat:awaiting googler
task:object detection

### Have I written custom code (as opposed to using a stock example script provided in MediaPipe) Yes ### OS Platform and Distribution Android 11, 12, 13 ### Mobile device...

platform:android
type:bug
stat:awaiting googler
task:object detection

The following code `String loadSuccess = await Tflite.loadModel( model: "assets/ssd_mobilenet.tflite", labels: "assets/ssd_mobilenet.txt");` causes warning messages W/System (31431): A resource failed to call close. W/System (31431): A resource failed to call...