teranetsrl / oauth2_client

Simple Dart library for interacting with OAuth2 servers.
BSD 2-Clause "Simplified" License
92 stars 114 forks source link

helper.get undefined #123

Open ADZF opened 2 years ago

ADZF commented 2 years ago

I'm trying to add oauth2 on my project, I am trying to make a simple oauth2 project by following your code. But I stumble on a minor issue which is my helper.get on the http.response is undefined. I already import every package listed on the code. I even try adding helpers package nor naming oauth2_helper as helper. nothing works. any solution how to fix this issue?

okrad commented 2 years ago

Hi @ADZF, can you provide a sample of your code?