flyingdarts_authress_login 0.0.4
flyingdarts_authress_login: ^0.0.4 copied to clipboard
A Dart/Flutter package for Authress authentication with widget-based authentication guards
We analyzed this package 28 hours ago, and awarded it 140 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
10/10 points: Use an OSI-approved license
Detected license: Apache-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
99 out of 124 API elements (79.8 %) have documentation comments.
Some symbols that are missing documentation: flyingdarts_authress_login, flyingdarts_authress_login.AuthStateAuthenticated.AuthStateAuthenticated.new, flyingdarts_authress_login.AuthStateAuthenticated.accessToken, flyingdarts_authress_login.AuthStateAuthenticated.expiresAt, flyingdarts_authress_login.AuthStateAuthenticated.refreshToken.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:flyingdarts_authress_login/flyingdarts_authress_login.dartthat imports:package:flyingdarts_authress_login/src/core/auth_provider.dartthat imports:package:flyingdarts_authress_login/src/services/authentication_service.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
INFO: Empty catch block.
lib/src/services/authentication_service.dart:422:17
╷
422 │ } catch (e) {}
│ ^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/services/authentication_service.dart
INFO: Empty catch block.
lib/src/services/deep_link_service.dart:39:17
╷
39 │ } catch (e) {}
│ ^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/services/deep_link_service.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
app_links |
^7.0.0 |
7.0.0 | 7.0.0 | |
crypto |
^3.0.5 |
3.0.7 | 3.0.7 | |
go_router |
^17.0.1 |
17.1.0 | 17.1.0 | |
http |
^1.2.2 |
1.6.0 | 1.6.0 | |
jwt_decode |
^0.3.1 |
0.3.1 | 0.3.1 | |
shared_preferences |
^2.5.4 |
2.5.4 | 2.5.4 | |
url_launcher |
^6.3.1 |
6.3.2 | 6.3.2 | |
webview_flutter |
^4.9.0 |
4.13.1 | 4.13.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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.8, Flutter 3.38.8, Dart 3.10.7.
Check the analysis log for details.