koa-health / mixpanel_analytics

A dart wrapper on the mixpanel REST API to be used in Flutter applications.
https://pub.dev/packages/mixpanel_analytics
MIT License
19 stars 26 forks source link

fix(cors): Reintroduce fix in #20 in combination with optionalHeaders #23

Closed johanlantz closed 3 years ago

johanlantz commented 3 years ago

20 removed the Content-Type header due to Cors issues.

This fix was lost when integrating the flutter-1 changes adding optionalHeaders.

This PR should solve both use-cases.