ImageConverter class

ImageConverter Class for converting Images into Base64 and back You can use this Class, if want to save an image or upload to a server

Constructors

ImageConverter()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

decodeImage(String base64String) Uint8List
Decode Image from Base64 String
encodeImage(File image) Future<String>
Encode Image To Base64 String