alibaba / alibaba/flutter_boost
4.2.0版本 removeListener = BoostChannel.instance.addEventListener("yourEventKey", (key, arguments) { ///deal with your event here return; });
Open
- Dominant language
- Dart
- Stars
- 7.2k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
4.2.0版本 按照文档接入,在flutter接收事件的方法,报错:
removeListener = BoostChannel.instance.addEventListener("yourEventKey", (key, arguments) {
///deal with your event here
return;
});
这个方法报错,烦请完善开发文档
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the 4.2.0 documentation for the Flutter BoostChannel.addEventListener example and reproduce the reported error using the issue's snippet. Done means the event-receiving instructions and example are corrected so the documented integration no longer produces the reported error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- documentation, mobile
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100