我正在制作我的第一个flutter应用程序。我试图实现的是使用imagepicker捕获图像,然后从中选择文本。我试着使用Firebase ML Vision实现它,在它的textRecognizer的帮助下,但这给了我图像中的整个文本。有没有什么方法可以从图像中选择文本,比如只使用光标来标记图像中的开头和结尾?
Flutter当我使用ListTile ThreeLines时,我不知道如何使用ThreeLine // This widget is the root of your application. Widget build(BuildContext context) {
return MaterialApp