Code Monkey home page Code Monkey logo

Comments (3)

Yacumima avatar Yacumima commented on May 11, 2024

嗯,是的,我们在1.0.0环境下开发的,1.2.1环境下会有这个问题

from fish-redux.

nicetu avatar nicetu commented on May 11, 2024

backgroundCursorColor 这个去掉就可以了可以参考EditableText的定义没有这个属性了:
EditableText({ Key key, @required this.controller, @required this.focusNode, this.obscureText = false, this.autocorrect = true, @required this.style, @required this.cursorColor, this.textAlign = TextAlign.start, this.textDirection, this.locale, this.textScaleFactor, this.maxLines = 1, this.autofocus = false, this.selectionColor, this.selectionControls, TextInputType keyboardType, this.textInputAction, this.textCapitalization = TextCapitalization.none, this.onChanged, this.onEditingComplete, this.onSubmitted, this.onSelectionChanged, List<TextInputFormatter> inputFormatters, this.rendererIgnoresPointer = false, this.cursorWidth = 2.0, this.cursorRadius, this.scrollPadding = const EdgeInsets.all(20.0), this.keyboardAppearance = Brightness.light, this.enableInteractiveSelection = true, })

from fish-redux.

CaiJingLong avatar CaiJingLong commented on May 11, 2024

@nicetu
https://github.com/flutter/flutter/blob/387f885481cd8441237680de0cfcd0802c0af48c/packages/flutter/lib/src/widgets/editable_text.dart#L265

参考一下这个,我这里对应的1.3.4版本 也还是有这个属性的

from fish-redux.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.