Closed krishnakumarcn closed 4 years ago
The following _TypeError was thrown while handling a gesture: type 'Mention' is not a subtype of type 'bool'
When the exception was thrown, this was the stack:
This can be reproduced from the example project by. Type @ -> Select any mention items.
@krishnakumarcn fixed in 1.0.2
The following _TypeError was thrown while handling a gesture: type 'Mention' is not a subtype of type 'bool'
When the exception was thrown, this was the stack:
0 FlutterMentionsState.addMention (package:flutter_mentions/src/mention_view.dart:292:24)
1 FlutterMentionsState.build. (package:flutter_mentions/src/mention_view.dart:393:19)
2 OptionList.build.. (package:flutter_mentions/src/option_list.dart:38:26)
3 GestureRecognizer.invokeCallback (package:flutter/src/gestures/recognizer.dart:183:24)
4 TapGestureRecognizer.handleTapUp (package:flutter/src/gestures/tap.dart:598:11)