草庐IT

nameController

全部标签

flutter - 文本字段光标无法正常工作

当我从数据库中检索数据并将其显示在文本字段中然后尝试对其进行编辑时,文本字段光标无法正常工作。每次返回更改方法的验证结果时,我都希望光标的位置得到尊重。完整代码如下。import'dart:async';import'package:flutter/material.dart';import'package:rxdart/rxdart.dart';voidmain()=>runApp(MyApp());classMyAppextendsStatelessWidget{@overrideWidgetbuild(BuildContextcontext){returnMaterialApp(

flutter - 文本字段光标无法正常工作

当我从数据库中检索数据并将其显示在文本字段中然后尝试对其进行编辑时,文本字段光标无法正常工作。每次返回更改方法的验证结果时,我都希望光标的位置得到尊重。完整代码如下。import'dart:async';import'package:flutter/material.dart';import'package:rxdart/rxdart.dart';voidmain()=>runApp(MyApp());classMyAppextendsStatelessWidget{@overrideWidgetbuild(BuildContextcontext){returnMaterialApp(