flutter_cached_network_image
flutter_cached_network_image copied to clipboard
java.lang.Throwable: DatabaseException(no such table: cacheObject (code 1 SQLITE_ERROR): , while compiling: SELECT * FROM cacheObject WHERE url = ?) sql 'SELECT * FROM cacheObject WHERE url = ?' args [https://dl.weshineapp.com/app_pcp/20190829/cbb0febce76ed2ca1bae996dc4c46cbb.png!150]}
always cause app`s all image which cached disappeared
me too
@sldboy i have solve the problem off-the-cuff, you should notice you have used anyother plugin using the sqflite at the same time, then you should lay back it when cache_network_image loaded done.
@zhancheng lay back it? Can you be a little more specific?