-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
flutter/packages
#3705Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectp: pigeonrelated to pigeon messaging codegen toolrelated to pigeon messaging codegen toolpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-androidAndroid applications specificallyAndroid applications specifically
Description
The code at https://pub.dev/packages/pigeon/example
- Shouldn't it be FlutterActivity instead of Activity?
- Missing import of
io.flutter.embedding.android.FlutterActivity, as there are two FlutterActivity classes, and one is wrong to use. - Return statement in search() is missing semi-colon
getBinaryMessengerdoesn't exist, and should begetFlutterEngine().getDartExecutor()instead
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectp: pigeonrelated to pigeon messaging codegen toolrelated to pigeon messaging codegen toolpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-androidAndroid applications specificallyAndroid applications specifically