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

AuthGoogle(fileJson) #32

Open lnsiqueira opened 3 years ago

lnsiqueira commented 3 years ago

Hi Is it possible for me to use a Json file that is not in Assets (defined in pubspec)? I would like to read a dynamic Json file. Ex: await AuthGoogle (fileJson: url)

Thank you Luciano

ElZombieIsra commented 3 years ago

Hi. I have addressed this issue in a different package since this seems outdated. See #33

You can check DialogFlowtter to solve your issue.

Greetings