From da240eee0b400897af6c05df3f354a455d0a7664 Mon Sep 17 00:00:00 2001 From: X Code Date: Sun, 5 Nov 2023 16:55:15 -0800 Subject: [PATCH] Update README.md --- flutter_quill_extensions/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flutter_quill_extensions/README.md b/flutter_quill_extensions/README.md index b1810c95..f65bf91b 100644 --- a/flutter_quill_extensions/README.md +++ b/flutter_quill_extensions/README.md @@ -49,7 +49,7 @@ dependencies: > 1. For Android, you need to add some permissions in `AndroidManifest.xml`, Please follow this [link](https://developer.android.com/training/basics/network-ops/connecting) for more info, the internet permission included by default only for debugging so you need to follow this link to add it in the release version too. you should allow loading images and videos only for the `https` protocol but if you want http too then you need to configure your android application to accept `http` in the release mode, follow this [link](https://stackoverflow.com/questions/45940861/android-8-cleartext-http-traffic-not-permitted) for more info. > 2. for macOS you also need to include a key in your `Info.plist`, please follow this [link](https://stackoverflow.com/a/61201081/18519412) to add the required configurations > -> The extensions package also use [image_picker](https://pub.dev/packages/image_picker) which also require some configurations, follow this [link](https://pub.dev/packages/image_picker#installation). It's needed for Android, iOS, macOS, we must inform you that you can't pick photo using camera in desktop so make sure to handle that if you plan on add support for desktop, this might changed in the future and for more info follow this [link](https://pub.dev/packages/image_picker#windows-macos-and-linux)
+> The extensions package also use [image_picker](https://pub.dev/packages/image_picker) which also require some configurations, follow this [link](https://pub.dev/packages/image_picker#installation). It's needed for Android, iOS, macOS, we must inform you that you can't pick photo using camera in desktop so make sure to handle that if you plan on add support for desktop, this may change in the future and for more info follow this [link](https://pub.dev/packages/image_picker#windows-macos-and-linux)
> ## Usage @@ -134,4 +134,4 @@ This project is licensed under the [MIT License](LICENSE) - see the [LICENSE](LI ## Acknowledgments - Thanks to the [Flutter Team](https://flutter.dev/) -- Thanks to [flutter_quill](https://pub.dev/packages/flutter_quill) \ No newline at end of file +- Thanks to [flutter_quill](https://pub.dev/packages/flutter_quill)