editor/embeds/image library
Classes
Constants
-
imageFileExtensions
→ const List<
String>
Functions
-
appendFileExtensionToImageUrl(
String url) → String - This is a bug of Gallery Saver Package. It can not save image that's filename does not end with it's file extension like below. If imageUrl does not end with it's file extension, file extension is added to image url for saving.
-
getImageStyleString(
QuillController controller) → String -
imageByUrl(
String imageUrl, {double? width, double? height, AlignmentGeometry alignment = Alignment.center}) → Image -
isImageBase64(
String imageUrl) → bool -
standardizeImageUrl(
String url) → String