diff --git a/README.md b/README.md index 126b8c40..a3cf0933 100644 --- a/README.md +++ b/README.md @@ -106,9 +106,9 @@ dependencies: Before using the package, we must inform you the package uses the following plugins: -1. [url_launcher](https://pub.dev/packages/url_launcher) to open links. -2. [device_info_plus](https://pub.dev/packages/device_info_plus) to view info about the current device. -3. [flutter_keyboard_visibility](https://pub.dev/packages/flutter_keyboard_visibility) to listen for keyboard visibility +1. [`url_launcher`](https://pub.dev/packages/url_launcher) to open links. +2. [`device_info_plus`](https://pub.dev/packages/device_info_plus) to view info about the current device. +3. [`flutter_keyboard_visibility`](https://pub.dev/packages/flutter_keyboard_visibility) to listen for keyboard visibility changes. All of them don't require any platform-specific setup. diff --git a/flutter_quill_extensions/README.md b/flutter_quill_extensions/README.md index 8f30dc94..47e79f21 100644 --- a/flutter_quill_extensions/README.md +++ b/flutter_quill_extensions/README.md @@ -15,7 +15,7 @@ Check [Flutter Quill](https://github.com/singerdmx/flutter-quill) for details of - [๐Ÿš€ Usage](#-usage) - [โš™๏ธ Configurations](#๏ธ-configurations) - [๐Ÿ“ฆ Embed Blocks](#-embed-blocks) - - [๐Ÿ”Element properties](#element-properties) + - [๐Ÿ” Element properties](#-element-properties) - [๐Ÿ”ง Custom Element properties](#-custom-element-properties) - [๐Ÿ–ผ๏ธ Image Assets](#๏ธ-image-assets) - [๐ŸŽฏ Drag and drop feature](#-drag-and-drop-feature) @@ -60,16 +60,16 @@ The package uses the following plugins: See to add the needed lines. 2. [`image_picker`](https://pub.dev/packages/image_picker) plugin for picking images so please make sure to follow the instructions -3. [youtube_player_flutter](https://pub.dev/packages/youtube_player_flutter) plugin which - uses [flutter_inappwebview](https://pub.dev/packages/flutter_inappwebview) which has a requirement on web, please +3. [`youtube_player_flutter`](https://pub.dev/packages/youtube_player_flutter) plugin which + uses [`flutter_inappwebview`](https://pub.dev/packages/flutter_inappwebview) which has a requirement on web, please follow this [link](https://pub.dev/packages/flutter_inappwebview#installation) to set up the support for web -4. [image_picker](https://pub.dev/packages/image_picker) which also +4. [`image_picker`](https://pub.dev/packages/image_picker) which also requires some configurations, follow this [link](https://pub.dev/packages/image_picker#installation). It's needed for Android, iOS, and macOS, we must inform you that you can't pick photos using the camera on a desktop so make sure to handle that if you plan on adding support for the desktop, this may change in the future, and for more info follow this [link](https://pub.dev/packages/image_picker#windows-macos-and-linux) -5. [super_clipboard](https://pub.dev/packages/super_clipboard) which needs some setup on Android only, it's used to +5. [`super_clipboard`](https://pub.dev/packages/super_clipboard) which needs some setup on Android only, it's used to support copying images and pasting them into editor then you must set up it, open the page in pub.dev and read the `README.md` or click on this [link](https://pub.dev/packages/super_clipboard#android-support) to get the instructions.