# Guides
Here's a list of basic guides to get familiar with Fitbitter.
Of course, the guides are written as Dart snippets and/or functions, and, as base requirement, require you to have the Fitbitter package installed in your pubspec.yaml
file.
# Fitbit Account
# Get Fitbit Account data
Get the information of the user's Fitbit account, such as user's age, weight, height, and so on and so forth.
# Authorization
# Manage authorization
Authorize, unauthorize, an check auth token validity of your application.
# Unauthorize your application
Unauthorize you application to fetch data from Fitbit.
# Activity
# Get Activity data
Get the information of the user's Activity data.
# Activity TimeSeries
# Get Activity Timeseries data
Get the information of the user's Activity TimeSeries data, such as daily calories, steps, minutes spents in the cardio zone, etc.
# Device
# Get Device data
Get the information of the user's Fitbit Device data.
# Heart
# Get Heart data
Get the information of the user's Fitbit Heart data.
# Sleep
# Get Sleep data
Get the information of the user's Fitbit Sleep data.