From 8bae9fca74e3c9b7b9000d6d95efe8656dfa31ad Mon Sep 17 00:00:00 2001 From: jdfreolo Date: Thu, 23 Jun 2022 10:59:45 +0800 Subject: [PATCH] docs: reworded important warning --- README.md | 2 +- facebook_auth/README.md | 2 +- website/docs/android.md | 2 +- website/docs/intro.md | 2 +- website/versioned_docs/version-3.x.x/android.md | 2 +- website/versioned_docs/version-3.x.x/intro.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5583b97b..e76c2d3f 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,4 @@ Full documentation 👉 https://facebook.meedu.app ✅ Don't forget to leave your like if this plugin was useful for you. -> **IMPORTANT**: When you install this plugin you need to configure the plugin on Android before run the project again . If you don't do it you will have a **No implementation found** error because the facebook SDK on Android throws an Exception when the configuration is not defined yet and this locks the other plugins in your project. If you don't need the plugin yet please remove or comment it. +> **IMPORTANT**: Upon installation of this plugin, configuration is needed on Android before running the project again. If this is not done, an error of **No implementation found** would show because the Facebook SDK on Android would throw an Exception error if the configuration is not yet defined. This error also locks the other plugins in your project, so if the plugin is not yet needed, either remove it or comment it out from the pubspec.yaml file. diff --git a/facebook_auth/README.md b/facebook_auth/README.md index afd72cf7..3edd14e1 100644 --- a/facebook_auth/README.md +++ b/facebook_auth/README.md @@ -23,4 +23,4 @@ Full documentation 👉 https://facebook.meedu.app ✅ Don't forget to leave your like if this plugin was useful for you. -> **IMPORTANT**: When you install this plugin you need to configure the plugin on Android before run the project again . If you don't do it you will have a **No implementation found** error because the facebook SDK on Android throws an Exception when the configuration is not defined yet and this locks the other plugins in your project. If you don't need the plugin yet please remove or comment it. \ No newline at end of file +> **IMPORTANT**: Upon installation of this plugin, configuration is needed on Android before running the project again. If this is not done, an error of **No implementation found** would show because the Facebook SDK on Android would throw an Exception error if the configuration is not yet defined. This error also locks the other plugins in your project, so if the plugin is not yet needed, either remove it or comment it out from the pubspec.yaml file. \ No newline at end of file diff --git a/website/docs/android.md b/website/docs/android.md index ad4ba742..4027318e 100644 --- a/website/docs/android.md +++ b/website/docs/android.md @@ -2,7 +2,7 @@ :::danger IMPORTANT -When you install this plugin you need to configure the plugin on Android before run the project again . If you don't do it you will have a **No implementation found** error because the facebook SDK on Android throws an Exception when the configuration is not defined yet and this locks the other plugins in your project. If you don't need the plugin yet please remove or comment it. +Upon installation of this plugin, configuration is needed on Android before running the project again. If this is not done, an error of **No implementation found** would show because the Facebook SDK on Android would throw an Exception error if the configuration is not yet defined. This error also locks the other plugins in your project, so if the plugin is not yet needed, either remove it or comment it out from the pubspec.yaml file. ::: diff --git a/website/docs/intro.md b/website/docs/intro.md index 789535fb..5ef77ee2 100644 --- a/website/docs/intro.md +++ b/website/docs/intro.md @@ -32,5 +32,5 @@ dependencies: :::danger IMPORTANT -When you install this plugin you need to configure the plugin on Android before run the project again . If you don't do it you will have a **No implementation found** error because the facebook SDK on Android throws an Exception when the configuration is not defined yet and this locks the other plugins in your project. If you don't need the plugin yet please remove or comment it. +Upon installation of this plugin, configuration is needed on Android before running the project again. If this is not done, an error of **No implementation found** would show because the Facebook SDK on Android would throw an Exception error if the configuration is not yet defined. This error also locks the other plugins in your project, so if the plugin is not yet needed, either remove it or comment it out from the pubspec.yaml file. ::: diff --git a/website/versioned_docs/version-3.x.x/android.md b/website/versioned_docs/version-3.x.x/android.md index 23abee71..e0158177 100644 --- a/website/versioned_docs/version-3.x.x/android.md +++ b/website/versioned_docs/version-3.x.x/android.md @@ -2,7 +2,7 @@ :::danger IMPORTANT -When you install this plugin you need to configure the plugin on Android before run the project again . If you don't do it you will have a **No implementation found** error because the facebook SDK on Android throws an Exception when the configuration is not defined yet and this locks the other plugins in your project. If you don't need the plugin yet please remove or comment it. +Upon installation of this plugin, configuration is needed on Android before running the project again. If this is not done, an error of **No implementation found** would show because the Facebook SDK on Android would throw an Exception error if the configuration is not yet defined. This error also locks the other plugins in your project, so if the plugin is not yet needed, either remove it or comment it out from the pubspec.yaml file. ::: diff --git a/website/versioned_docs/version-3.x.x/intro.md b/website/versioned_docs/version-3.x.x/intro.md index 2ee1c0d9..9718efaf 100644 --- a/website/versioned_docs/version-3.x.x/intro.md +++ b/website/versioned_docs/version-3.x.x/intro.md @@ -32,5 +32,5 @@ dependencies: :::danger IMPORTANT -When you install this plugin you need to configure the plugin on Android before run the project again . If you don't do it you will have a **No implementation found** error because the facebook SDK on Android throws an Exception when the configuration is not defined yet and this locks the other plugins in your project. If you don't need the plugin yet please remove or comment it. +Upon installation of this plugin, configuration is needed on Android before running the project again. If this is not done, an error of **No implementation found** would show because the Facebook SDK on Android would throw an Exception error if the configuration is not yet defined. This error also locks the other plugins in your project, so if the plugin is not yet needed, either remove it or comment it out from the pubspec.yaml file. :::