social_share icon indicating copy to clipboard operation
social_share copied to clipboard

Fixed Bug _TypeError social_share.dart & Upgrade dependency🔄

Open narendra-vaniya opened this issue 9 months ago • 1 comments

In Package code - Fixed by @goneall(#128) _TypeError social_share.dart in SocialShare.shareOptions type 'String' is not a subtype of type 'bool?' in type cast image

  • SDK version upgraded from >=2.12.0 <3.0.0 to >=3.2.6 <4.0.0
  • Flutter version upgraded from >=1.10.0 to >=1.16.0
  • path_provider dependency upgraded from ^2.0.5 to ^2.1.3

In example code

  • Upgrade sdk from >=2.12.0 <3.0.0 to >=3.2.6 <4.0.0
  • Upgrade cupertino_icons from ^0.1.3 to ^1.0.8
  • Upgrade screenshot from ^1.2.3 to ^2.3.0
  • Upgrade path_provider from ^2.0.2 to ^2.1.3`
  • Upgrade http from ^0.13.3 to ^1.1.2
  • Upgrade image_picker from ^0.8.4 to ^1.0.8
  • Add file dependency ^7.0.0
  • Upgrade Kotlin version from '1.5.31' to '1.9.0'
  • Add MavenCentral() (jcenter()) is deprecated
  • Upgrade Gradle version from 7.0.2 to 7.4.2
  • Update targetSdkVersion & compileSdkVersion from 31 to 34
  • Upgrade Gradle distribution from 7.0.2 to 7.5

narendra-vaniya avatar May 02 '24 09:05 narendra-vaniya