masamune_logger_firebase 1.2.70
masamune_logger_firebase: ^1.2.70 copied to clipboard
Plug-in package to easily add Firebase Analytics, Performance and Crashlytics on Masamune Framework. The functionality is available by simply adding an Adapter.
We analyzed this package 15 hours ago, and awarded it 120 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.
10/10 points: 20% or more of the public API has dartdoc comments
50 out of 50 API elements (100.0 %) have documentation comments.
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:masamune_logger_firebase/masamune_logger_firebase.dartthat imports:package:firebase_performance/firebase_performance.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:masamune_logger_firebase/masamune_logger_firebase.dartthat imports:package:katana_firebase/katana_firebase.dartthat imports:package:firebase_core/firebase_core.dartthat declares support for platforms:Android,iOS,Windows,macOS,Web.
Package does not support platform `macOS`.
Because:
package:masamune_logger_firebase/masamune_logger_firebase.dartthat imports:package:firebase_performance/firebase_performance.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Web`.
Because:
package:masamune_logger_firebase/masamune_logger_firebase.dartthat imports:package:firebase_crashlytics/firebase_crashlytics.dartthat declares support for platforms:Android,iOS,macOS.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 5 issues. Showing the first 2:
INFO: The part-of directive uses a library name.
lib/src/firebase_logger_adapter.dart:1:1
╷
1 │ part of masamune_logger_firebase;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/firebase_logger_adapter.dart
INFO: 'setCurrentScreen' is deprecated and shouldn't be used. setCurrentScreen() has been deprecated. Please use logScreenView().
lib/src/firebase_logger_adapter.dart:86:25
╷
86 │ await analytics.setCurrentScreen(screenName: route);
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/firebase_logger_adapter.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
firebase_analytics |
^10.1.0 |
10.10.7 | 12.4.1 | |
firebase_core |
^2.1.1 |
2.32.0 | 4.9.0 | |
firebase_crashlytics |
^3.0.11 |
3.5.7 | 5.2.2 | |
firebase_performance |
^0.9.0+10 |
0.9.4+7 | 0.11.4+1 | |
katana_firebase |
^1.1.21 |
1.1.21 | 3.1.1 | |
masamune |
^1.12.2 |
1.12.9 | 3.5.7 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
_flutterfire_internals |
- | 1.3.35 | 1.3.71 | |
args |
- | 2.7.0 | 2.7.0 | |
asn1lib |
- | 1.6.5 | 1.6.5 | |
async |
- | 2.13.1 | 2.13.1 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
cloud_firestore |
- | 4.17.5 | 6.4.1 | |
cloud_firestore_platform_interface |
- | 6.2.5 | 8.0.1 | |
cloud_firestore_web |
- | 3.12.5 | 5.4.1 | |
code_assets |
- | 1.0.0 | 1.0.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
encrypt |
- | 5.0.3 | 5.0.3 | |
fake_async |
- | 1.3.3 | 1.3.3 | |
ffi |
- | 2.2.0 | 2.2.0 | |
file |
- | 7.0.1 | 7.0.1 | |
firebase_analytics_platform_interface |
- | 3.10.8 | 6.0.1 | |
firebase_analytics_web |
- | 0.5.7+7 | 0.6.1+7 | |
firebase_core_platform_interface |
- | 5.4.2 | 7.0.1 | |
firebase_core_web |
- | 2.24.0 | 3.7.0 | |
firebase_crashlytics_platform_interface |
- | 3.6.35 | 3.8.22 | |
firebase_performance_platform_interface |
- | 0.1.4+35 | 0.2.0+1 | |
firebase_performance_web |
- | 0.1.6+7 | 0.1.8+7 | |
flutter_picker |
- | 2.1.0 | 2.1.0 | |
glob |
- | 2.1.3 | 2.1.3 | |
hooks |
- | 1.0.3 | 1.0.3 | |
http |
- | 0.13.6 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
intl |
- | 0.18.1 | 0.20.2 | |
jni |
- | 1.0.0 | 1.0.0 | |
jni_flutter |
- | 1.0.1 | 1.0.1 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
katana |
- | 1.0.14 | 3.4.0 | |
katana_auth |
- | 1.2.16 | 3.1.1 | |
katana_form |
- | 1.4.9 | 3.2.2 | |
katana_functions |
- | 1.1.26 | 3.1.1 | |
katana_indicator |
- | 1.1.20 | 3.1.1 | |
katana_listenables |
- | 1.2.26 | 3.0.5 | Discontinued |
katana_listenables_annotation |
- | 1.2.24 | 3.0.3 | Discontinued |
katana_localization |
- | 1.1.39 | 3.1.1 | |
katana_localization_annotation |
- | 1.1.37 | 3.2.1 | |
katana_logger |
- | 1.2.12 | 3.1.1 | |
katana_model |
- | 1.7.11 | 3.5.2 | |
katana_prefs |
- | 1.1.26 | 3.0.5 | Discontinued |
katana_prefs_annotation |
- | 1.1.20 | 3.0.3 | Discontinued |
katana_router |
- | 1.11.22 | 3.3.1 | |
katana_router_annotation |
- | 1.11.16 | 3.1.1 | |
katana_scoped |
- | 1.11.7 | 3.1.1 | |
katana_shorten |
- | 1.2.17 | 3.1.1 | |
katana_storage |
- | 1.1.20 | 3.1.1 | |
katana_theme |
- | 1.4.13 | 3.1.2 | |
katana_theme_annotation |
- | 1.4.11 | 3.1.1 | |
katana_ui |
- | 1.2.13 | 3.3.2 | |
leak_tracker |
- | 11.0.2 | 11.0.2 | |
leak_tracker_flutter_testing |
- | 3.0.10 | 3.0.10 | |
leak_tracker_testing |
- | 3.0.2 | 3.0.2 | |
logging |
- | 1.3.0 | 1.3.0 | |
masamune_annotation |
- | 1.5.2 | 3.1.1 | |
matcher |
- | 0.12.19 | 0.12.20 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.2 | |
native_toolchain_c |
- | 0.17.6 | 0.18.0 | |
objective_c |
- | 9.3.0 | 9.3.0 | |
package_config |
- | 2.2.0 | 2.2.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_provider |
- | 2.1.5 | 2.1.5 | |
path_provider_android |
- | 2.3.1 | 2.3.1 | |
path_provider_foundation |
- | 2.6.0 | 2.6.0 | |
path_provider_linux |
- | 2.2.1 | 2.2.1 | |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pointycastle |
- | 3.9.1 | 4.0.0 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
recase |
- | 4.1.0 | 4.1.0 | |
record_use |
- | 0.6.0 | 0.6.0 | |
shared_preferences |
- | 2.5.5 | 2.5.5 | |
shared_preferences_android |
- | 2.4.23 | 2.4.23 | |
shared_preferences_foundation |
- | 2.5.6 | 2.5.6 | |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 | |
shared_preferences_platform_interface |
- | 2.4.2 | 2.4.2 | |
shared_preferences_web |
- | 2.4.3 | 2.4.3 | |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
sprintf |
- | 7.0.0 | 7.0.0 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.10 | 0.7.12 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
universal_platform |
- | 1.1.0 | 1.1.0 | |
url_strategy |
- | 0.2.0 | 0.3.0 | Discontinued |
uuid |
- | 3.0.7 | 4.5.3 | |
vector_math |
- | 2.2.0 | 2.3.0 | |
vm_service |
- | 15.2.0 | 15.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 6 issues. Showing the first 2:
The constraint `^10.1.0` on firebase_analytics does not support the stable version `11.0.0`.
Try running dart pub upgrade --major-versions firebase_analytics to update the constraint.
The constraint `^2.1.1` on firebase_core does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions firebase_core to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 6 errors:
UNDEFINED_IDENTIFIER-lib/src/firebase_logger_adapter.dart:83:17- Undefined name 'RouteLoggerEvent'.UNDEFINED_IDENTIFIER-lib/src/firebase_logger_adapter.dart:84:36- Undefined name 'RouteLoggerEvent'.UNDEFINED_IDENTIFIER-lib/src/firebase_logger_adapter.dart:90:24- Undefined name 'RouteLoggerEvent'.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.12, Flutter 3.41.9, Dart 3.11.5.
Check the analysis log for details.