yungzhu / flutter_link_preview

This is a Flutter URL preview plugin for Flutter that previews the content of a URL
MIT License
69 stars 63 forks source link

Update version of http package in pubspec.yaml #17

Open ShyamKrishna122 opened 3 years ago

ShyamKrishna122 commented 3 years ago

Update version of http package to 0.13.0 in pubspec.yaml

ItzNotABug commented 3 years ago

You can use my fork until this gets updated. Use below in your pubspec.yaml:

flutter_link_preview:
    git: 'https://github.com/ItzNotABug/flutter_link_preview'
UmairSaqibBhutta commented 2 years ago

@ItzNotABug thanks but this does not support null safety.