From f9b873a32a65ce030978557b21414b6d9e0e8380 Mon Sep 17 00:00:00 2001 From: Le Minh Pham Hoang Date: Wed, 19 Feb 2020 15:40:50 +0700 Subject: [PATCH 1/4] correct method channel name on iOS to match with the interface --- .../cloud_functions/darwin/Classes/CloudFunctionsPlugin.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cloud_functions/cloud_functions/darwin/Classes/CloudFunctionsPlugin.m b/packages/cloud_functions/cloud_functions/darwin/Classes/CloudFunctionsPlugin.m index e48c0fbc73cb..95382984494b 100644 --- a/packages/cloud_functions/cloud_functions/darwin/Classes/CloudFunctionsPlugin.m +++ b/packages/cloud_functions/cloud_functions/darwin/Classes/CloudFunctionsPlugin.m @@ -15,7 +15,7 @@ @implementation CloudFunctionsPlugin + (void)registerWithRegistrar:(NSObject *)registrar { FlutterMethodChannel *channel = - [FlutterMethodChannel methodChannelWithName:@"cloud_functions" + [FlutterMethodChannel methodChannelWithName:@"plugins.flutter.io/cloud_functions" binaryMessenger:[registrar messenger]]; CloudFunctionsPlugin *instance = [[CloudFunctionsPlugin alloc] init]; [registrar addMethodCallDelegate:instance channel:channel]; From 86bb70539bb76faa8b86c0ca22685c1d531d4e77 Mon Sep 17 00:00:00 2001 From: Le Minh Pham Hoang Date: Wed, 19 Feb 2020 15:49:54 +0700 Subject: [PATCH 2/4] bump & changelog --- packages/cloud_functions/cloud_functions/CHANGELOG.md | 4 ++++ packages/cloud_functions/cloud_functions/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/cloud_functions/cloud_functions/CHANGELOG.md b/packages/cloud_functions/cloud_functions/CHANGELOG.md index 2fee0c52c30a..9a38b53fb2ff 100644 --- a/packages/cloud_functions/cloud_functions/CHANGELOG.md +++ b/packages/cloud_functions/cloud_functions/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.2+1 + +* Fixes the regression of `No implementation found for method CloudFunctions#call` on iOS + ## 0.4.2 * Add macOS support diff --git a/packages/cloud_functions/cloud_functions/pubspec.yaml b/packages/cloud_functions/cloud_functions/pubspec.yaml index 79076f57d702..daeef18e880d 100644 --- a/packages/cloud_functions/cloud_functions/pubspec.yaml +++ b/packages/cloud_functions/cloud_functions/pubspec.yaml @@ -1,6 +1,6 @@ name: cloud_functions description: Flutter plugin for Cloud Functions. -version: 0.4.2 +version: 0.4.2+1 homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_functions/cloud_functions flutter: From 51d6297684a248c22d373a4d57bdc1f84e4319bf Mon Sep 17 00:00:00 2001 From: Le Minh Pham Hoang Date: Wed, 19 Feb 2020 15:59:52 +0700 Subject: [PATCH 3/4] added authors --- AUTHORS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 3d89491d2bd1..73ce078c99dd 100644 --- a/AUTHORS +++ b/AUTHORS @@ -45,4 +45,5 @@ SoundReply Solutions GmbH Michel Feinstein Tobias Löfstrand Stephen Beitzel -Mark Veenstra \ No newline at end of file +Mark Veenstra +Le Minh Pham Hoang \ No newline at end of file From 18ba55883c6fea1acfef5206e5028c62fb2fdcb6 Mon Sep 17 00:00:00 2001 From: Le Minh Pham Hoang Date: Tue, 25 Feb 2020 08:16:31 +0700 Subject: [PATCH 4/4] Update pubspec.yaml --- packages/cloud_functions/cloud_functions/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cloud_functions/cloud_functions/pubspec.yaml b/packages/cloud_functions/cloud_functions/pubspec.yaml index 23a14185b11c..d1fbd50ec4be 100644 --- a/packages/cloud_functions/cloud_functions/pubspec.yaml +++ b/packages/cloud_functions/cloud_functions/pubspec.yaml @@ -1,6 +1,6 @@ name: cloud_functions description: Flutter plugin for Cloud Functions. -version: 0.4.2+1 +version: 0.4.2+2 homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_functions/cloud_functions flutter: