Daniel Lutton

Results 178 comments of Daniel Lutton

Just for fun, I created a [flutter package](https://github.com/dlutton/flutter_language_id) to use the google ml kit for language identification. Unfortunately I don't have time to create/support a full Google ML Kit package,...

@crossoveranx sounds good, I'll let you know when I get a repo started with basic functionality of that API.

@harrowmykel I'll try to get this PR merged in sometime this week

@harrowmykel while testing your changes, I'm continuously receiving null point exceptions. ``` W/Binder (15050): java.lang.NullPointerException W/Binder (15050): at com.tundralabs.fluttertts.FlutterTtsPlugin$utteranceProgressListener$1.onProgress(FlutterTtsPlugin.kt:142) W/Binder (15050): at com.tundralabs.fluttertts.FlutterTtsPlugin$utteranceProgressListener$1.onRangeStart(FlutterTtsPlugin.kt:164) ```

thanks @mo-aro-etailer , I'll take a look at it soon and get it merged in.

Same issue on typescript version 4.0.7. express-serve-static-core version 4.17.30 works but 4.17.31 throws errors.

@Amankhan-mobipixels is this occurring on iOS or Android or both? Also, what's the filename and extension you're giving it?

@theatifwaheed I intend to include this in the next major release. I want to fix a couple of more bugs, add minor enhancements, and add unit tests first. Next major...