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
Since Flutter 3.10, the Flutter team started to prepare support for multiple views and starts to deprecate single view APIs, it will be common for Flutter apps to support this as well in the future. At the moment ObjectBox allows only one view to interact with the database image, when 2nd view will try to access the database error will be thrown. This way if the app is using ObjectBox, it is locked to a single view and can't support multiple views.
Having multiple views is common nowadays, for example when you open app inside another app via dynamic link while you have main view running.
My proposal is to add ability to modify database from multiple views.
Since Flutter 3.10, the Flutter team started to prepare support for multiple views and starts to deprecate single view APIs, it will be common for Flutter apps to support this as well in the future. At the moment ObjectBox allows only one view to interact with the database image, when 2nd view will try to access the database error will be thrown. This way if the app is using ObjectBox, it is locked to a single view and can't support multiple views.
Having multiple views is common nowadays, for example when you open app inside another app via dynamic link while you have main view running.
My proposal is to add ability to modify database from multiple views.
Additional information:
The text was updated successfully, but these errors were encountered: