andrySD

Results 6 comments of andrySD

Finally, what is the best package to use tensorflow...

> hey @nawzhin95 @Puspharaj , i change to [https://pub.dev/packages/tflite_flutter](tflite_flutter) it's working really well @innerk I'm having a problem..when i traid to execute .bat file for window i see a message...

@dejduu same error...look, if you open the file, you can see that it's train to load this page https://github.com/am15h/tflite_flutter_plugin/releases/download/ and if you click it you will see a 404 error..i...

Same mistake. A bit difficult to replicate because it happens sometimes. I have this button in main.. ```dart TextButton( onPressed: () async { try { final response = await FirebaseMessaging.instance.getToken();...

This is a minimal example where you can reproduce this issue: ``` import 'package:dropdown_button2/dropdown_button2.dart'; import 'package:flutter/material.dart'; void main() { runApp(const DropdownMenuExample()); } class DropdownMenuExample extends StatelessWidget { const DropdownMenuExample({super.key}); @override...