gcappon / fitbitter

A Flutter package to make your life easier when dealing with Fitbit APIs.
https://gcappon.github.io/fitbitter/
BSD 3-Clause "New" or "Revised" License
19 stars 21 forks source link

Hard coded scope #19

Closed debiotech4ayo closed 7 months ago

debiotech4ayo commented 1 year ago

Hello,

When using the method FitbitConnector.authorize, the scope is hard coded in the fitbitAuthAPIURL file. Would it be possible to have it as a parameter so that it can be changed by the user when needed ? Because our app doesn't need all scopes.

Best regards.

gcappon commented 1 year ago

Hi, I will surely do it at some point!

gcappon commented 7 months ago

Solved in 6250b68 :)

debiotech4ayo commented 7 months ago

Thank you ! <3