Guy Luz

Results 315 comments of Guy Luz

Very nice I also suggest upgrading the gradle version to above gradle-8.2.1 because of some deprecation errors in the new Flutter version ``` $ flutter --version Flutter 3.29.3 • channel...

Thanks for the answer.

I have fixed bertqa example, pr is mentioned above. You can take a look and add it to the other examples as well, and open a pr so that everyone...

Read the Readme https://github.com/tensorflow/flutter-tflite/tree/main/example/bertqa You need to run the script > You can do this by running sh ./scripts/ download_model.sh from the root folder of the repository.

```javascript $ sudo npm i node-appletv npm WARN deprecated [email protected]: This package is no longer supported. npm WARN deprecated [email protected]: This package is no longer supported. npm WARN deprecated [email protected]:...

If anybody is looking for an alternative, you can use my fork of another cast package. My fork makes it Dart native compatible ``` cast: git: url: "https://github.com/guyluz11/flutter_cast.git" ref: "multicast_version"...

> It seems issue is brought by win32. There is however solution to override referenced dependency in `pubspec.yaml` before this is solved in this project... > > ``` > dependency_overrides:...

Can reproduce. I have nearly dismissed this package because I have opened the example on Firefox. The example should state that it should get opened on Chrom as Firefox voices...

Good idea. It looks like the repo is abandoned so will do the change only if somebody sais he needs it

> @guyluz11 Setting the parameter `isRepatingAnimation: false` and `totalRepeatCount: 1` should solve your issue. Thank you. I think i tested it and it didn't worked, can you test it again?