ft_uaepass 0.0.7+7
ft_uaepass: ^0.0.7+7 copied to clipboard
This package allows the Flutter app to integrate the UAE pass.
We analyzed this package 2 hours ago, and awarded it 90 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: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
17 out of 87 API elements (19.5 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: uae_pass, uae_pass.AppBarProperties.AppBarProperties.new, uae_pass.AppBarProperties.actions, uae_pass.AppBarProperties.automaticallyImplyLeading, uae_pass.AppBarProperties.backIcon.
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:ft_uaepass/uae_pass.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:ft_uaepass/uae_pass.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:ft_uaepass/uae_pass.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:ft_uaepass/uae_pass.dartthat declares support for platforms:Android,iOS.
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:ft_uaepass/uae_pass.dartthat imports:package:ft_uaepass/src/uae_pass.dartthat imports:package:ft_uaepass/src/features/uae_pass_web_view/presentation/uae_pass_web_view_page.dartthat imports:package:ft_uaepass/src/features/uae_pass_web_view/presentation/screen/uae_pass_web_view_screen.dartthat imports:package:ft_uaepass/src/features/uae_pass_web_view/presentation/bloc/uae_pass_web_view_bloc.dartthat imports:package:ft_uaepass/src/core/di/injection_container.dartthat imports:package:ft_uaepass/src/core/api/data_source/network_info/network_info_impl.dartthat imports:package:connectivity_plus/connectivity_plus.dartthat imports:package:connectivity_plus/src/connectivity_plus_linux.dartthat imports:package:nm/nm.dartthat declares support for platforms:Linux.
Package does not support platform `iOS`.
Because:
package:ft_uaepass/uae_pass.dartthat imports:package:ft_uaepass/src/uae_pass.dartthat imports:package:ft_uaepass/src/features/uae_pass_web_view/presentation/uae_pass_web_view_page.dartthat imports:package:ft_uaepass/src/features/uae_pass_web_view/presentation/screen/uae_pass_web_view_screen.dartthat imports:package:ft_uaepass/src/features/uae_pass_web_view/presentation/bloc/uae_pass_web_view_bloc.dartthat imports:package:ft_uaepass/src/core/di/injection_container.dartthat imports:package:ft_uaepass/src/core/api/data_source/network_info/network_info_impl.dartthat imports:package:connectivity_plus/connectivity_plus.dartthat imports:package:connectivity_plus/src/connectivity_plus_linux.dartthat imports:package:nm/nm.dartthat declares support for platforms:Linux.
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 19 issues. Showing the first 2:
ERROR: Instance member 'isAppInstalled' can't be accessed using static access.
lib/src/core/util/common_utilities.dart:25:29
╷
25 │ return await AppCheck.isAppInstalled(
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/core/util/common_utilities.dart
ERROR: Instance member 'isAppEnabled' can't be accessed using static access.
lib/src/core/util/common_utilities.dart:27:26
╷
27 │ await AppCheck.isAppEnabled(FlavourConfig.instance.androidPackageId);
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/core/util/common_utilities.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
appcheck |
^1.1.0 |
1.5.4+1 | 1.5.4+1 | |
connectivity_plus |
^6.0.3 |
6.1.5 | 7.0.0 | |
dartz |
^0.10.1 |
0.10.1 | 0.10.1 | |
dio |
^5.4.1 |
5.9.0 | 5.9.0 | |
equatable |
^2.0.5 |
2.0.7 | 2.0.7 | |
flutter_bloc |
^8.1.4 |
8.1.6 | 9.1.1 | |
flutter_inappwebview |
^6.0.0 |
6.1.5 | 6.1.5 | |
flutter_localization |
^0.2.0 |
0.2.3 | 0.3.3 | |
get_it |
^7.7.0 |
7.7.0 | 8.3.0 | |
http |
^1.2.1 |
1.5.0 | 1.5.0 | |
logger |
^2.0.2+1 |
2.6.2 | 2.6.2 | |
path_provider |
^2.1.3 |
2.1.5 | 2.1.5 | |
permission_handler |
^11.3.0 |
11.4.0 | 12.0.1 | |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 | |
store_redirect |
^2.0.2 |
2.0.4 | 2.0.4 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 5 issues. Showing the first 2:
The constraint `^6.0.3` on connectivity_plus does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions connectivity_plus to update the constraint.
The constraint `^8.1.4` on flutter_bloc does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions flutter_bloc 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.0, Flutter 3.35.7, Dart 3.9.2.
Check the analysis log for details.