apptentive / apptentive-flutter

Apptentive SDK for Flutter
BSD 3-Clause "New" or "Revised" License
2 stars 7 forks source link

Standardize how distribution name/version are passed to native code #41

Closed frankus closed 1 year ago

frankus commented 1 year ago

For Android it was part of the configuration map in the call arguments, and for iOS distributionName and distributionVersion were their own values in the call arguments, and the dart code set both of them. I removed the "special case" for iOS to match Android.