Base64Image library
Functions
-
base64String(
Uint8List data) → String - Return an image's base 64 string from a Uint8List
-
dataFromBase64String(
String base64String) → Uint8List - Return a Uint8List from an image's base 64 string
-
imageFromBase64String(
String base64String) → Image - A collection of methods which are used to convert and manage images stored in Base-64 Return the Image representation of a base 64 string