andyduke / styled_text_package

Text widget with formatted text using tags. Makes it easier to use formatted text in multilingual applications.
https://pub.dev/packages/styled_text
BSD 3-Clause "New" or "Revised" License
75 stars 48 forks source link

No named parameter with the name 'cursorHeight' #14

Closed shreyas18jan closed 3 years ago

shreyas18jan commented 3 years ago

I imported the dependency, tried to run my sample code. I'm seeing No named parameter with the name 'cursorHeight' issue.

Screen Shot 2020-11-23 at 8 05 38 AM Screen Shot 2020-11-23 at 8 08 26 AM

I took this dependency - https://pub.dev/packages/styled_text/install I have added my flutter version used and I have also added the screenshot where Run main.dart has given the exception.

To check the usage of styled_text, Locally I removed the reference of cursorHeight entries in styled_text/styled_text.dart. It started working fine. Please have a look. Screen Shot 2020-11-23 at 9 46 35 AM

andyduke commented 3 years ago

@shreyas18jan You need to update Flutter to the latest stable version.

shreyas18jan commented 3 years ago

Thanks, After taking latest stable version it started working fine.

Closing this issue. Screen Shot 2020-11-24 at 11 28 26 AM