strava_client 2.3.1
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_clientThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
strava_client: ^2.3.1Alternatively, 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';