Vadym Pinchuk

Results 3 issues of Vadym Pinchuk

Issue occurs after models loaded ``` assert(await Tflite.loadModel( model: modelsFile.path, labels: labelsFile.path, numThreads: 2, isAsset: false, ) == 'success'); ``` Files here are loaded from storage and pushed to Tflite....

Hi @brianegan It not so hard - to add one more param - Widget loadingIndicator - to use own loading indicator. If you have no time, let me do that....

``` The following UnsupportedError was thrown during paint(): Unsupported operation: Infinity or NaN toInt When the exception was thrown, this was the stack: #0 double.floor (dart:core-patch/double.dart) #1 ScrollingDotsPainter.paint (package:smooth_page_indicator/src/painters/scrolling_dots_painter.dart:31:34) #2...