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

http package version update #10

Closed yugandh closed 5 years ago

yugandh commented 5 years ago

http package version update.

Because every version of aad_oauth depends on http ^0.12.0 and flutter_dialogflow >=0.1.0 depends on http ^0.11.3+16, aad_oauth is incompatible with flutter_dialogflow >=0.1.0. So, because my_mobile app depends on both flutter_dialogflow ^0.1.0 and aad_oauth ^0.1.7, version solving failed. pub get failed (1)

VictorRancesCode commented 5 years ago

Thank you =).