masterfabric_core 0.0.13
masterfabric_core: ^0.0.13 copied to clipboard
Core utilities, base classes, and shared logic for the MasterFabric Flutter project.
We analyzed this package 5 hours 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
1398 out of 1973 API elements (70.9 %) have documentation comments.
Some symbols that are missing documentation: masterfabric_core.AccountCubit.AccountCubit.new, masterfabric_core.AccountCubit.init, masterfabric_core.AccountCubit.logout, masterfabric_core.AccountState.AccountState.new, masterfabric_core.AccountState.errorMessage.
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:masterfabric_core/masterfabric_core.dartthat imports:package:masterfabric_core/src/helper/push_notification_helper/providers/firebase_provider.dartthat imports:package:firebase_messaging/firebase_messaging.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `Linux`.
Because:
package:masterfabric_core/masterfabric_core.dartthat imports:package:masterfabric_core/src/di/config/injection.dartthat imports:package:masterfabric_core/src/di/config/injection.config.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
Package does not support platform `macOS`.
Because:
package:masterfabric_core/masterfabric_core.dartthat imports:package:masterfabric_core/src/di/config/injection.dartthat imports:package:masterfabric_core/src/di/config/injection.config.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
Package does not support platform `Web`.
Because:
package:masterfabric_core/masterfabric_core.dartthat imports:package:masterfabric_core/src/di/config/injection.dartthat imports:package:masterfabric_core/src/di/config/injection.config.dartthat imports:package:masterfabric_core/src/views/splash/cubit/splash_cubit.dartthat imports:package:masterfabric_core/src/helper/onboarding_helper.dartthat imports:package:masterfabric_core/src/helper/local_storage/local_storage_helper.dartthat imports:package:masterfabric_core/src/helper/local_storage/hive_ce_storage_helper.dartthat imports:package:path_provider/path_provider.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
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:masterfabric_core/masterfabric_core.dartthat imports:package:masterfabric_core/src/views/splash/splash_view.dartthat imports:package:masterfabric_core/src/core.dartthat imports:package:masterfabric_core/src/layout/spacer.dartthat imports:package:masterfabric_core/src/base/master_view/master_app.dartthat imports:package:masterfabric_core/src/helper/package_info_helper.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:masterfabric_core/masterfabric_core.dartthat imports:package:masterfabric_core/src/views/splash/splash_view.dartthat imports:package:masterfabric_core/src/core.dartthat imports:package:masterfabric_core/src/layout/spacer.dartthat imports:package:masterfabric_core/src/base/master_view/master_app.dartthat imports:package:masterfabric_core/src/helper/package_info_helper.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 28 issues. Showing the first 2:
INFO: Dangling library doc comment.
lib/masterfabric_core.dart:1:1
╷
1 │ /// MasterFabric Core Package
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/masterfabric_core.dart
INFO: The part-of directive uses a library name.
lib/src/base/master_view/master_view_enums.dart:1:1
╷
1 │ part of master_view; // Indicate that this file is part of the master_view library
│ ^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/base/master_view/master_view_enums.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
device_info_plus |
^11.4.0 |
11.5.0 | 12.3.0 | |
dio |
^5.7.0 |
5.9.0 | 5.9.0 | |
equatable |
^2.0.7 |
2.0.8 | 2.0.8 | |
firebase_core |
^3.12.1 |
3.15.2 | 4.3.0 | |
firebase_messaging |
^15.2.4 |
15.2.10 | 16.1.0 | |
flutter_bloc |
^9.1.0 |
9.1.1 | 9.1.1 | |
flutter_html |
^3.0.0 |
3.0.0 | 3.0.0 | |
flutter_inappwebview |
^6.1.5 |
6.1.5 | 6.1.5 | |
flutter_local_notifications |
^19.4.2 |
19.5.0 | 19.5.0 | |
flutter_svg |
^2.2.3 |
2.2.3 | 2.2.3 | |
get_it |
^8.3.0 |
8.3.0 | 9.2.0 | |
go_router |
^15.1.1 |
15.1.3 | 17.0.1 | |
hive_ce |
^2.16.0 |
2.16.0 | 2.16.0 | |
hydrated_bloc |
^10.1.1 |
10.1.1 | 10.1.1 | |
injectable |
^2.7.1 |
2.7.1+4 | 2.7.1+4 | |
intl |
^0.20.0 |
0.20.2 | 0.20.2 | |
logger |
^2.5.0 |
2.6.2 | 2.6.2 | |
onesignal_flutter |
^5.2.8 |
5.3.5 | 5.3.5 | |
package_info_plus |
^8.3.0 |
8.3.1 | 9.0.0 | |
path_provider |
^2.1.5 |
2.1.5 | 2.1.5 | |
permission_handler |
^11.2.0 |
11.4.0 | 12.0.1 | |
share_plus |
^10.1.4 |
10.1.4 | 12.0.1 | |
shared_preferences |
^2.5.3 |
2.5.4 | 2.5.4 | |
slang |
^4.11.1 |
4.11.2 | 4.11.2 | |
slang_flutter |
^4.11.0 |
4.11.0 | 4.11.0 | |
sqflite |
^2.4.2 |
2.4.2 | 2.4.2 | |
timezone |
^0.10.1 |
0.10.1 | 0.11.0 | |
url_launcher |
^6.3.1 |
6.3.2 | 6.3.2 | |
webview_flutter |
^4.10.0 |
4.13.1 | 4.13.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 9 issues. Showing the first 2:
The constraint `^11.4.0` on device_info_plus does not support the stable version `12.0.0`.
Try running dart pub upgrade --major-versions device_info_plus to update the constraint.
The constraint `^3.12.1` on firebase_core does not support the stable version `4.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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.