santa112358 / hashtagable

Widgets and functions to implement hashTag decorated text.
https://pub.dev/packages/hashtagable
MIT License
30 stars 50 forks source link

Crash with Fluter 2.2.0 #86

Closed Urkman closed 3 years ago

Urkman commented 3 years ago

I get with error when trying to run an app with HashTagable:

BUILD FAILED Xcode's output: ↳ ../sdk/.pub-cache/hosted/pub.dartlang.org/hashtagable-2.0.1/lib/widgets/hashtag_text_field.dart:1422:20: Error: The getter 'scrollShortcutOverrides' isn't defined for the class '_HashTagTextFieldState'.

parmarravi commented 3 years ago

I have commented the line manually as my app is running on mobile only. The scrollShortcutOverrides is used for web platforms. This fixed Gradle build for now

santa112358 commented 3 years ago

Solved on latest version. Thank you for reporting this.