strava_client 2.1.3
strava_client: ^2.1.3 copied to clipboard
A Flutter Client for Strava V3 Api Based on the old strava_flutter api.
We analyzed this package 17 days ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
167 out of 794 API elements (21.0 %) have documentation comments.
Some symbols that are missing documentation: strava_client, strava_client.ActivityStats.ActivityStats.fromJson, strava_client.ActivityStats.ActivityStats.fromRawJson, strava_client.ActivityStats.ActivityStats.new, strava_client.ActivityStats.toJson.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:strava_client/strava_client.dartthat imports:package:strava_client/src/strava_client.dartthat imports:package:strava_client/src/domain/repository/repository.dartthat imports:package:strava_client/src/domain/repository/repository_upload.dartthat imports:package:strava_client/src/domain/model/model.dartthat imports:package:strava_client/src/domain/model/model_upload_request.dartthat imports:dart:io
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:strava_client/strava_client.dartthat imports:package:strava_client/src/strava_client.dartthat imports:package:strava_client/src/domain/repository/repository.dartthat imports:package:strava_client/src/domain/repository/repository_authentication.dartthat imports:package:strava_client/src/common/common.dartthat imports:package:strava_client/src/common/injections.dartthat imports:package:strava_client/src/data/repository/repository.dartthat imports:package:strava_client/src/data/repository/repository_authentication_impl.dartthat imports:package:flutter_web_auth_2/flutter_web_auth_2.dartthat imports:package:flutter_web_auth_2/src/linows.dartthat imports:package:flutter_web_auth_2/src/webview.dartthat imports:package:desktop_webview_window/desktop_webview_window.dartthat declares support for platforms:Windows,Linux,macOS.
Package does not support platform `iOS`.
Because:
package:strava_client/strava_client.dartthat imports:package:strava_client/src/strava_client.dartthat imports:package:strava_client/src/domain/repository/repository.dartthat imports:package:strava_client/src/domain/repository/repository_authentication.dartthat imports:package:strava_client/src/common/common.dartthat imports:package:strava_client/src/common/injections.dartthat imports:package:strava_client/src/data/repository/repository.dartthat imports:package:strava_client/src/data/repository/repository_authentication_impl.dartthat imports:package:flutter_web_auth_2/flutter_web_auth_2.dartthat imports:package:flutter_web_auth_2/src/linows.dartthat imports:package:flutter_web_auth_2/src/webview.dartthat imports:package:desktop_webview_window/desktop_webview_window.dartthat declares support for platforms:Windows,Linux,macOS.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: 'DioError' is deprecated and shouldn't be used. Use DioException instead. This will be removed in 6.0.0.
lib/src/data/repository/client.dart:83:18
╷
83 │ if (error is DioError) {
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/data/repository/client.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
app_links |
^6.4.0 |
6.4.1 | 7.0.0 | |
dio |
^5.8.0+1 |
5.9.0 | 5.9.0 | |
flutter_web_auth_2 |
^4.1.0 |
4.1.0 | 4.1.0 | |
get_it |
^8.0.3 |
8.3.0 | 9.2.0 | |
shared_preferences |
^2.5.2 |
2.5.4 | 2.5.4 | |
url_launcher |
^6.3.1 |
6.3.2 | 6.3.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^6.4.0` on app_links does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions app_links to update the constraint.
The constraint `^8.0.3` on get_it does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions get_it to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.