alibaba / alibaba/flutter_boost
flutter_boost 怎么结合 MethodChannel 进行传递参数呢?
Open
- Dominant language
- Dart
- Stars
- 7.2k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
这个什么有值?
```
FlutterBoost.instance()?.currentViewController()
```
在 iOS 端 进行
```
FlutterBoost.instance()?.open("firstFirst", arguments: ["animated": true])
```
才有值的吗?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing FlutterBoost.instance()?.currentViewController() and the iOS open("firstFirst", arguments:) call, then compare them with the plugin's MethodChannel usage. Done means documenting whether arguments passed through open are available to MethodChannel and when currentViewController() is non-null.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter, ios
- Domain
- mobile
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100