Open ricowp81 opened 1 month ago
do you have any log for crash ?
The app “Runner” has been killed by the operating system because it is using too much memory.
Domain: IDEDebugSessionErrorDomain
Code: 11
Recovery Suggestion: Use a memory profiling tool to track the process memory usage.
User Info: {
DVTErrorCreationDateKey = "2024-09-24 14:08:45 +0000";
IDERunOperationFailingWorker = DBGLLDBLauncher;
}
--
For more detailed information on the app's behavior when it crashes, please refer to: https://drive.google.com/file/d/1KLy1qDTLWVjvv0nQBKw4IiCjB_r357P9/view?usp=share_link
Description:
There seems to be a memory leak when using the OSMFlutter widget inside a route. When navigating in and out of this route multiple times, the memory is not released properly, causing the app to crash after a while due to excessive memory usage.
code
images