VictorRancesCode / flutter_dialogflow

Flutter package for makes it easy to integrate dialogflow and support dialogflow v2
Apache License 2.0
214 stars 73 forks source link

Publish new version #12

Open salsabile opened 4 years ago

salsabile commented 4 years ago

Hello, can you please publish the new version of your plugin . The actual version depends on http ^0.11.3+16 or in your source pubspec.yaml it depends on http: ^0.12.0+2

akhilesh-systango commented 4 years ago

I'm facing same issue

Guillaume-Fortin commented 4 years ago

Please take few minutes for publish your packages whith new http version. We need it !

akhilesh-mourya commented 4 years ago

Hello @Thetyne, I fixed the HTTP version issue on my machine by downloading the code by download button and replaced it in flutter/.pub-cache/hotsted/pub.dartlang.org folder manually. @VictorRancesCode, Your library flutter_dialogflow is still downloading with older HTTP version when we run flutter pub get. I think you need to increase your library version so that everyone can get the updated code.

ElZombieIsra commented 4 years ago

It seems like this plugin is not getting support anymore. Although the version in the Github repo has changes that the version in pub doesn't have. You can reference the repo instead of the package in your pubspec.yaml to get the latest version like this:

dependencies:
    flutter_dialogflow:
        git: https://github.com/VictorRancesCode/flutter_dialogflow