supa_architecture 0.0.3+preview.5
supa_architecture: ^0.0.3+preview.5 copied to clipboard
A comprehensive set of tools and utilities designed to streamline the development of Flutter applications.
We analyzed this package 7 days ago, and awarded it 110 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: supa_architecture.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: supa_architecture, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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
904 out of 1093 API elements (82.7 %) have documentation comments.
Some symbols that are missing documentation: api_client, app_token, app_user, app_user.AppUser.AppUser.new, app_user_filter.
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:supa_architecture/supa_architecture.dartthat imports:package:supa_architecture/widgets/widgets.dartthat imports:package:supa_architecture/widgets/biometric_login_button.dartthat imports:package:local_auth/local_auth.dartthat imports:package:local_auth/src/local_auth.dartthat imports:package:local_auth_darwin/local_auth_darwin.dartthat declares support for platforms:iOS,macOS.
Package does not support platform `Linux`.
Because:
package:supa_architecture/supa_architecture.dartthat imports:package:supa_architecture/widgets/widgets.dartthat imports:package:supa_architecture/widgets/biometric_login_button.dartthat imports:package:local_auth/local_auth.dartthat declares support for platforms:Android,iOS,Windows,macOS.
Package does not support platform `macOS`.
Because:
package:supa_architecture/supa_architecture.dartthat imports:package:supa_architecture/widgets/widgets.dartthat imports:package:supa_architecture/widgets/biometric_login_button.dartthat imports:package:local_auth/local_auth.dartthat imports:package:local_auth/src/local_auth.dartthat imports:package:local_auth_windows/local_auth_windows.dartthat declares support for platforms:Windows.
Package does not support platform `Web`.
Because:
package:supa_architecture/supa_architecture.dartthat imports:package:supa_architecture/widgets/widgets.dartthat imports:package:supa_architecture/widgets/biometric_login_button.dartthat imports:package:local_auth/local_auth.dartthat declares support for platforms:Android,iOS,Windows,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:supa_architecture/supa_architecture.dartthat imports:package:supa_architecture/widgets/widgets.dartthat imports:package:supa_architecture/widgets/biometric_login_button.dartthat imports:package:local_auth/local_auth.dartthat imports:package:local_auth/src/local_auth.dartthat imports:package:local_auth_windows/local_auth_windows.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:supa_architecture/supa_architecture.dartthat imports:package:supa_architecture/widgets/widgets.dartthat imports:package:supa_architecture/widgets/biometric_login_button.dartthat imports:package:local_auth/local_auth.dartthat imports:package:local_auth/src/local_auth.dartthat imports:package:local_auth_windows/local_auth_windows.dartthat declares support for platforms:Windows.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 15 issues. Showing the first 2:
INFO: Missing type annotation.
lib/blocs/authentication/authentication_bloc.dart:104:3
╷
104 │ handleLoginWithTenants(List<Tenant> tenants) async {
│ ^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/blocs/authentication/authentication_bloc.dart
INFO: Missing type annotation.
lib/blocs/push_notification/push_notification_bloc.dart:47:3
╷
47 │ dispose() {
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/blocs/push_notification/push_notification_bloc.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
aad_oauth |
^1.0.0 |
1.0.1 | 1.0.1 | |
bloc |
^8.1.0 |
8.1.4 | 9.1.0 | |
build |
^2.4.1 |
2.4.1 | 4.0.3 | |
cookie_jar |
^4.0.0 |
4.0.8 | 4.0.8 | |
device_info_plus |
^9.0.0 |
9.1.2 | 12.3.0 | |
dio |
^5.7.0 |
5.9.0 | 5.9.0 | |
dio_cookie_manager |
^3.1.0 |
3.3.0 | 3.3.0 | |
equatable |
^2.0.0 |
2.0.7 | 2.0.7 | |
file_picker |
^8.1.0 |
8.3.7 | 10.3.8 | |
firebase_core |
^3.6.0 |
3.15.2 | 4.3.0 | |
firebase_crashlytics |
^4.1.0 |
4.3.10 | 5.0.6 | |
firebase_messaging |
^15.1.0 |
15.2.10 | 16.1.0 | |
firebase_performance |
^0.10.0 |
0.10.1+10 | 0.11.1+3 | |
flutter_bloc |
^8.1.0 |
8.1.6 | 9.1.1 | |
flutter_dotenv |
^5.0.0 |
5.2.1 | 6.0.0 | |
flutter_secure_storage |
^9.2.0 |
9.2.4 | 10.0.0 | |
get_it |
^7.7.0 |
7.7.0 | 9.2.0 | |
go_router |
^14.0.0 |
14.8.1 | 17.0.1 | |
google_sign_in |
^6.0.0 |
6.3.0 | 7.2.0 | |
hive |
^2.2.0 |
2.2.3 | 2.2.3 | |
hive_flutter |
^1.1.0 |
1.1.0 | 1.1.0 | |
image_picker |
^1.1.0 |
1.2.1 | 1.2.1 | |
injectable |
^2.4.0 |
2.6.0 | 2.7.1+4 | |
intl |
^0.19.0 |
0.19.0 | 0.20.2 | |
local_auth |
^2.0.0 |
2.3.0 | 3.0.0 | |
logging |
^1.2.0 |
1.3.0 | 1.3.0 | |
package_info_plus |
^8.0.0 |
8.3.1 | 9.0.0 | |
path |
^1.0.0 |
1.9.1 | 1.9.1 | |
path_provider |
^2.0.0 |
2.1.5 | 2.1.5 | |
permission_handler |
^11.3.0 |
11.4.0 | 12.0.1 | |
reactive_forms |
^17.0.0 |
17.0.0 | 18.2.0 | |
recaptcha_enterprise_flutter |
^18.6.0 |
18.8.2 | 18.8.2 | |
rxdart |
^0.28.0 |
0.28.0 | 0.28.0 | |
sentry_flutter |
^8.9.0 |
8.14.2 | 9.9.1 | |
sign_in_with_apple |
^6.0.0 |
6.1.4 | 7.0.1 | |
source_gen |
^1.5.0 |
1.5.0 | 4.1.1 | |
supa_carbon_icons |
^0.0.1+4 |
0.0.1+6 | 0.2.0 | |
url_launcher |
^6.0.0 |
6.3.2 | 6.3.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 23 issues. Showing the first 2:
The constraint `^8.1.0` on bloc does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions bloc to update the constraint.
The constraint `^2.4.1` on build does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions build 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 11 errors:
UNDEFINED_METHOD-lib/services/cookie_storage_service.dart:20:25- The method 'WebCookieJar' isn't defined for the type 'CookieStorageService'.UNDEFINED_METHOD-lib/services/cookie_storage_service.dart:26:32- The method 'getApplicationCacheDirectory' isn't defined for the type 'CookieStorageService'.NON_TYPE_AS_TYPE_ARGUMENT-lib/services/cookie_storage_service.dart:50:10- The name 'Cookie' isn't a type, so it can't be used as a type argument.
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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.