adamlofts / mysql1_dart

MySQL driver for Dart
Other
134 stars 45 forks source link

showing blob image to flutter #158

Open anonymousminati opened 2 months ago

anonymousminati commented 2 months ago

in table I have one column with blob images. how I can show this blob image in flutter. please help me!

yanis60 commented 1 month ago

user TO_BASE64 mysql function and decode it using Base64Decode in flutter