santa112358 / hashtagable

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

Error: The getter 'scrollShortcutOverrides' isn't defined for the class '_HashTagTextFieldState'. #88

Closed saprahits closed 3 years ago

saprahits commented 3 years ago

Try correcting the name to the name of an existing getter, or defining a getter or field named 'scrollShortcutOverrides'. shortcuts: scrollShortcutOverrides, ^^^^^^^^^^^^^^^^^^^^^^^

Screenshot 2021-05-22 at 12 44 54 PM

buraktabn commented 3 years ago

I created PR #89 to discuss what can we use shortcuts for. In the meantime I'll be using this:

dependencies:
  hashtagable:
    git:
      url: https://github.com/buraktabn/hashtagable
santa112358 commented 3 years ago

Same as #86, isn't it?

buraktabn commented 3 years ago

Yes, it is.

santa112358 commented 3 years ago

Solved on the latest version. Thank you for reporting this