segmentio / analytics_flutter

The hassle-free way to add Segment analytics to your Flutter app.
MIT License
29 stars 36 forks source link

bugfix: Stackoverflow remove recursive identify call in Adjust plugin #54

Closed QuirijnGB closed 8 months ago

QuirijnGB commented 8 months ago

Adjust.identify is called recursively, resulting in a StackOverflow error.

Doesnt visibly crash the app but does eat up your Error quotas