Devon Carew

Results 381 comments of Devon Carew

`package:usage` supports sending analytics via both `dart:html` and `dart:io` - it should be usable from a Flutter desktop app.

From a discussion with Danny, some of these failures might be race conditions, and some are tests that we're not running on the bots (but probably should).

Note: the position of some of the delays was moved to accommodate the windows CI (details here: https://github.com/flutter/devtools/pull/218).

@lambdabaa - should we land this (or something like this)?

See https://github.com/dart-lang/tflite_native/pull/37 and https://travis-ci.org/dart-lang/tflite_native/jobs/614337086?utm_medium=notification&utm_source=github_status for details.

@lambdabaa - do you know what's going on here wrt the windows failures?

@truongsinh, thanks for the PR! However, I think that for Flutter apps people are really much better off using a Flutter plugin to access tensorflow lite. I updated the readme...

I'd be happy to remove `waitFor`; it's a lessor used feature, and does limit the portability of code. > With that in mind, for tflite_native, instead of keeping tflite_native for...

> but I did try both https://github.com/shaqian/flutter_realtime_detection (using platform channel) and https://github.com/truongsinh/flutter_ssd_mobilenet (using this plugin/FFI) Thanks for the data! cc @mit-mit, @dcharkes, @sjindel-google cc @cbracken (and other platform channel experts?)...