lb_auth 1.2.0
lb_auth: ^1.2.0 copied to clipboard
Logbot authentication client to be used on all the Logbot SDK Flutter packages
We analyzed this package 10 hours ago, and awarded it 80 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: BSD-3-Clause.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting lb_auth... Discovering libraries... Linking elements... Precaching local docs for 674270 elements... Initialized dartdoc with 516 libraries Generating docs for library logbot_client.dart from package:lb_auth/logbot_client.dart... Generating docs for library model/logbot_credentials.dart from package:lb_auth/model/logbot_credentials.dart... Generating docs for library lb_auth.dart from package:lb_auth/lb_auth.dart... Generating docs for library api.dart from package:lb_auth/api.dart... Documented 4 public libraries in 16.0 seconds ERR: warning: logbot.sdk.auth has no library level documentation comments from logbot.sdk.auth: (file:///tmp/pana_MHSKKK/lib/lb_auth.dart:1:1) warning: logbot.sdk.auth has no library level documentation comments from logbot.sdk.auth: (file:///tmp/pana_MHSKKK/lib/api.dart:1:1) error: file already written at "logbot.sdk.auth/index.html" for symbol logbot.sdk.auth: (file:///tmp/pana_MHSKKK/lib/api.dart:1:1) conflicting with file already generated by logbot.sdk.auth: (file:///tmp/pana_MHSKKK/lib/lb_auth.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'logbot.sdk.auth' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, [16 more lines]
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 10 issues. Showing the first 2:
ERROR: The named parameter 'title' is required, but there's no corresponding argument.
lib/logbot_client.dart:154:22
╷
154 │ LogbotLogger().error("login()", error.toString(), stackTrace);
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/logbot_client.dart
ERROR: Too many positional arguments: 0 expected, but 3 found.
lib/logbot_client.dart:154:28
╷
154 │ LogbotLogger().error("login()", error.toString(), stackTrace);
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/logbot_client.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
http |
^1.6.0 |
1.6.0 | 1.6.0 | |
intl |
^0.20.2 |
0.20.2 | 0.20.2 | |
jwt_decoder |
^2.0.1 |
2.0.1 | 2.0.1 | |
lb_commons |
^1.2.0 |
1.3.0 | 1.3.0 | |
meta |
^1.15.0 |
1.17.0 | 1.18.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
logger |
- | 2.7.0 | 2.7.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.3.0 | |
web |
- | 1.1.1 | 1.1.1 |
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.12, Dart 3.11.5.
Check the analysis log for details.