You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when use list.remove data cannot be deleted
data should be deleted.
Repro steps
FutureOr<void> removeCoordinatesImage(CoordPoint point, int index) async {
var image = File(point.imagePaths[index]);
if (image.existsSync()) image.delete();
point.realm.write(() {
point.imagePaths.removeAt(index);
});
}
imagePaths.length will not change
imagePaths type is List<String>
Version
0.4.0-beta
What Realm SDK flavor are you using?
Local Database only
What type of application is this?
Flutter Application
Client OS and version
Android 10
Code snippets
No response
Stacktrace of the exception/crash you're getting
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
What happened?
when use list.remove data cannot be deleted
data should be deleted.
Repro steps
imagePaths.length will not change
imagePaths type is
List<String>
Version
0.4.0-beta
What Realm SDK flavor are you using?
Local Database only
What type of application is this?
Flutter Application
Client OS and version
Android 10
Code snippets
No response
Stacktrace of the exception/crash you're getting
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: