appinioGmbH / flutter_packages

Dart and Flutter plugins/packages used and maintained by @appinioGmbH
187 stars 214 forks source link

[Feature] : appinio_social_share method getInstalledApps() should return a typed Map #218

Closed orkun1675 closed 5 months ago

orkun1675 commented 8 months ago

Plugin name Appinio social share

Is your feature request related to a problem? Please describe. This method returns a generic (untyped) Map which means I need to add additional logic to safely parse it.

Describe the solution you'd like It would be best if this method returned `Map<String, bool> or the like.

Thank you for the plugin!