zhaoxiaohai
zhaoxiaohai
``` import 'dart:io'; import 'package:camerawesome/camerawesome_plugin.dart'; import 'package:flutter/material.dart'; import 'package:path_provider/path_provider.dart'; import 'package:cross_file/cross_file.dart'; import 'package:better_open_file/better_open_file.dart'; import '../utils/file_utils.dart'; class CameraAwesomeApp extends StatelessWidget { const CameraAwesomeApp({super.key}); @override Widget build(BuildContext context) { return const MaterialApp(...
I have an Android application, which uses the [example](https://github.com/aufawibowo/ImageClassificationApp/tree/master/app/src/main/java/org/tensorflow/lite/examples) . In this application, I use my own float model, which can run normally. When I try to use flutter for...
**Describe the bug** By the readme Install app name is wrong **To Reproduce** Steps to reproduce the behavior: npx create-nodejs-ts --no --app=bot it will create a folder named my-app **Expected...