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

How to use #4

Closed sini25 closed 2 years ago

sini25 commented 2 years ago

Hi, im kinda confused in how to use this package actually. Example have one app then lib also have some packages inside. So can u help guide me through on how to start the implementation? Second fitbitter is for fitbit web API right?

gcappon commented 2 years ago

Hi, please refer to https://gcappon.github.io/fitbitter/getstarted/ to get started with fitbitter and learn how to integrate it within your flutter app, and https://gcappon.github.io/fitbitter/guides/, where you will find useful guides that explain how to fetch specific type of data. Yes, it is a wrapper of Fitbit Web API.