journey3_connector 1.1.0
journey3_connector: ^1.1.0 copied to clipboard
Flutter connector for Journey3 (Lightweight Anonymous Mobile Analytics)
We analyzed this package 3 days ago, and awarded it 100 pub points (of a possible 140):
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: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
3 out of 15 API elements (20.0 %) have documentation comments.
Some symbols that are missing documentation: journey3_connector
, Journey
, Journey
, currentSession
, idGenerator
.
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 does not support platform `Web`.
Because:
package:journey3_connector/journey3_connector.dart
that imports:package:journey3_connector/src/persistence.dart
that imports:package:path_provider/path_provider.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
WARNING: This API is available since SDK 2.14.0, but constraints '>=2.12.0 <3.0.0' don't guarantee it.
lib/src/domain.dart:80:19
╷
80 │ return Object.hashAll([t, v, id]);
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/domain.dart
WARNING: This API is available since SDK 2.14.0, but constraints '>=2.12.0 <3.0.0' don't guarantee it.
lib/src/domain.dart:193:19
╷
193 │ return Object.hashAll([t, v, id]);
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/domain.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
flutter |
flutter |
0.0.0 | 0.0.0 |
http |
^0.13.4 |
0.13.6 | 1.1.2 |
logging |
^1.0.2 |
1.2.0 | 1.2.0 |
path_provider |
^2.0.9 |
2.1.1 | 2.1.1 |
uuid |
^3.0.5 |
3.0.7 | 4.2.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.11.0 | 2.11.0 |
characters |
- | 1.3.0 | 1.3.0 |
collection |
- | 1.18.0 | 1.18.0 |
crypto |
- | 3.0.3 | 3.0.3 |
ffi |
- | 2.1.0 | 2.1.0 |
http_parser |
- | 4.0.2 | 4.0.2 |
material_color_utilities |
- | 0.5.0 | 0.8.0 |
meta |
- | 1.10.0 | 1.11.0 |
path |
- | 1.9.0 | 1.9.0 |
path_provider_android |
- | 2.2.1 | 2.2.1 |
path_provider_foundation |
- | 2.3.1 | 2.3.1 |
path_provider_linux |
- | 2.2.1 | 2.2.1 |
path_provider_platform_interface |
- | 2.1.1 | 2.1.1 |
path_provider_windows |
- | 2.2.1 | 2.2.1 |
platform |
- | 3.1.3 | 3.1.3 |
plugin_platform_interface |
- | 2.1.7 | 2.1.7 |
sky_engine |
- | 0.0.99 | 0.0.99 |
source_span |
- | 1.10.0 | 1.10.0 |
string_scanner |
- | 1.2.0 | 1.2.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
typed_data |
- | 1.3.2 | 1.3.2 |
vector_math |
- | 2.1.4 | 2.1.4 |
web |
- | 0.3.0 | 0.4.0 |
win32 |
- | 5.1.1 | 5.1.1 |
xdg_directories |
- | 1.0.3 | 1.0.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.13.4` on http does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions http
to update the constraint.
The constraint `^3.0.5` on uuid does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions uuid
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analyzed with Pana 0.21.43
, Flutter 3.16.1
, Dart 3.2.1
.
Check the analysis log for details.