Flutter在iOS设备上textField有内容长按时触发报错The getter 'cutButtonLabel' was called on null
Flutter版本1.7.0,长按textField时,触发文本复制或者选择功能时报错,具体报错信息大概如下
Flutter版本1.7.0,长按textField时,触发文本复制或者选择功能时报错,具体报错信息大概如下
flutter create ofFile
"ofFile" is not a valid Dart package name.
From the [Pubspec format
description](https://www.dartlang.org/tools/pub/pubspec.html):
**DO** use `lowercase_with_underscores` for package names.
Package names should be all lowercase, with underscores to separate words,
`just_like_this`. Use only basic Latin letters and Arabic digits: [a-z0-9_].
Also, make sure the name is a valid Dart identifier -- that it doesn't start
with digits and isn't a reserved word.