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

Updated shared_preferences version #12

Closed sheiquezakir closed 3 years ago

sheiquezakir commented 3 years ago

I've updated shared_preferences version to 2.0.3, because it was causing the problem while migrating dart's null aware feature.

robertohuertasm commented 3 years ago

@sheiquezakir I guess it would be nice to add null safety support to the whole package: https://dart.dev/null-safety/migration-guide

Let me see what we can do.

sheiquezakir commented 3 years ago

Sure, I can do that.

aarontwf commented 3 years ago

@sheiquezakir @robertohuertasm I had a go at migrating to null safety https://github.com/koa-health/mixpanel_analytics/pull/14

robertohuertasm commented 3 years ago

Closing in favor of #14. Thanks for this @sheiquezakir!