strava_client 2.3.1 copy "strava_client: ^2.3.1" to clipboard
strava_client: ^2.3.1 copied to clipboard

An unofficial Flutter client for the Strava V3 API: OAuth2 authentication with automatic token refresh, typed models, and repository-based endpoints.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add strava_client

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  strava_client: ^2.3.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:strava_client/strava_client.dart';
13
likes
160
points
1.23k
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

An unofficial Flutter client for the Strava V3 API: OAuth2 authentication with automatic token refresh, typed models, and repository-based endpoints.

Repository (GitHub)
View/report issues

Topics

#strava #fitness #oauth #http #api

License

MIT (license)

Dependencies

app_links, dio, flutter, flutter_web_auth_2, get_it, json_annotation, shared_preferences, url_launcher

More

Packages that depend on strava_client