flutter_dialogflow icon indicating copy to clipboard operation
flutter_dialogflow copied to clipboard

Publish new version

Open salsabile opened this issue 5 years ago • 4 comments

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

salsabile avatar Aug 27 '19 09:08 salsabile

I'm facing same issue

akhilesh-systango avatar Sep 03 '19 10:09 akhilesh-systango

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

Guillaume-Fortin avatar Sep 23 '19 15:09 Guillaume-Fortin

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.

akhilesh-mourya avatar Sep 24 '19 07:09 akhilesh-mourya

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

ElZombieIsra avatar May 20 '20 18:05 ElZombieIsra