File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
packages/cloud_functions/cloud_functions Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.4.2+2
2
+
3
+ * Fix method channel on darwin
4
+
1
5
## 0.4.2+1
2
6
3
7
* Make the pedantic dev_dependency explicit.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ @implementation CloudFunctionsPlugin
15
15
16
16
+ (void )registerWithRegistrar : (NSObject <FlutterPluginRegistrar> *)registrar {
17
17
FlutterMethodChannel *channel =
18
- [FlutterMethodChannel methodChannelWithName: @" cloud_functions"
18
+ [FlutterMethodChannel methodChannelWithName: @" plugins.flutter.io/ cloud_functions"
19
19
binaryMessenger: [registrar messenger ]];
20
20
CloudFunctionsPlugin *instance = [[CloudFunctionsPlugin alloc ] init ];
21
21
[registrar addMethodCallDelegate: instance channel: channel];
Original file line number Diff line number Diff line change 1
1
name : cloud_functions
2
2
description : Flutter plugin for Cloud Functions.
3
- version : 0.4.2+1
3
+ version : 0.4.2+2
4
4
homepage : https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_functions/cloud_functions
5
5
6
6
flutter :
You can’t perform that action at this time.
0 commit comments