Flutter Error only for iOS - Deleting filesystem on the device, EXC_BAD_ACCESS (code-1, address-0x0)

Опубликовано: 09 Октябрь 2024
на канале: Atif Naseem
495
2

I recently used Flutter Google Maps and got error on iOS emulators and devices only. Whenever I navigate from google maps to other page it crashes.

This video is for anyone who is developing a Flutter app for iOS. If you are getting this error, I hope this video will help you to fix it.

I have resolved the problem and the app is delivered to client, but if you are having the same case, I can help.

Flutter Issue Tracker: EXC_BAD_ACCESS (code=1, address=0x0): https://github.com/flutter/flutter/is...

Apple Developer Forums: EXC_BAD_ACCESS (code=1) on an app: https://developer.apple.com/forums/th...

Dart Programming Language: The FileSystem class: https://dart.dev/guides/libraries/ dart-io/filesystem
I hope this helps!