Closed omejiasq closed 2 days ago
You likely have other locations in the plug-ins SQLite db that were recorded before you introduced these extras.
Call .count
to learn how many records there are.
Call .locations
to retrieve and analyze them.
Call .destroyLocations
to get rid of them.
thanks! I did what you told me but it wasn't that. I had a flutter app built a couple of years ago but it was very outdated and after updating flutter and the latest version of your plugin some problem occurred, for that reason I did many tests and changes to the old app and nothing solved the problem until I created a new app from scratch and imported/adjusted all the code from the previous app and then this problem of not sending the extras object worked, it was something very strange.
Your Environment
Plugin version:4.16.4
Platform: Android
OS version:14
Device manufacturer / model:Samsung Galaxy s21 ultta
Flutter info (
flutter doctor
):[✓] Flutter (Channel stable, 3.24.2, on Mac OS X 10.15.7 19H2026 darwin-x64, locale es-CO) • Flutter version 3.24.2 on channel stable at /Users/user/development/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 4cf269e36d (3 months ago), 2024-09-03 14:30:00 -0700 • Engine revision a6bd3f1de1 • Dart version 3.5.2 • DevTools version 2.37.2Plugin config:
Expected Behavior
In the backend, the extra object data should also arrive
Actual Behavior
The extras item is arriving empty
Steps to Reproduce
Context
Debug logs