-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
gaaclarke and ened
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