keval-devani / custom_social_share

Flutter Plugin for sharing contents to particular social media app or all.
MIT License
3 stars 8 forks source link

Type mismatch: inferred type is String? but String was expected #14

Closed khaledkhj closed 2 months ago

khaledkhj commented 2 months ago

image

Running on specs: Flutter 3.19.6 • channel stable Tools • Dart 3.3.4 • DevTools 2.31.1

hbassole commented 2 months ago

image

Running on specs: Flutter 3.19.6 • channel stable Tools • Dart 3.3.4 • DevTools 2.31.1

Hi, use this in your yml file to fix

custom_social_share:
    git:
      url: https://github.com/keval-devani/custom_social_share.git
      ref: cd25c83f5ca468c92a2cd13526fddb555049e4b0
khaledkhj commented 2 months ago

Thank you @hbassole, I saw you raised a PR, hope @keval-devani can review it and merge it soon 🙏

keval-devani commented 2 months ago

@hbassole , @khaledkhj issue is fixed and I updated package. Thanks of the PR.