androssy 0.0.2
androssy: ^0.0.2 copied to clipboard
Collection of auth and data services with advance controlling system.
We analyzed this package 18 hours ago, and awarded it 80 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: androssy.
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: androssy, - 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: GPL-3.0.
0/10 points: 20% or more of the public API has dartdoc comments
28 out of 434 API elements (6.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: core, core.Api, core.Api.Api.new, core.Api.api, core.Api.status.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:androssy/core.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:androssy/core.dartthat imports:package:androssy/services.dartthat imports:package:firebase_auth/firebase_auth.dartthat declares support for platforms:Android,iOS,Windows,macOS,Web.
Package does not support platform `Web`.
Because:
package:androssy/core.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:androssy/core.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:androssy/core.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 `macOS`.
Because:
package:androssy/core.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.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 45 issues. Showing the first 2:
ERROR: The name 'AuthProvider' is defined in the libraries 'package:androssy/services.dart' and 'package:firebase_auth_platform_interface/src/auth_provider.dart (via package:firebase_auth/firebase_auth.dart)'.
lib/controllers/auth_controller.dart:105:23
╷
105 │ provider: AuthProvider.email.name,
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/controllers/auth_controller.dart
ERROR: The name 'AuthProvider' is defined in the libraries 'package:androssy/services.dart' and 'package:firebase_auth_platform_interface/src/auth_provider.dart (via package:firebase_auth/firebase_auth.dart)'.
lib/controllers/auth_controller.dart:144:21
╷
144 │ provider: AuthProvider.facebook.name,
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/controllers/auth_controller.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
androssy_utils |
^0.0.2 |
0.0.2 | 0.0.2 | Discontinued |
cloud_firestore |
^4.7.1 |
4.17.5 | 6.1.2 | |
dio |
^5.1.2 |
5.9.0 | 5.9.0 | |
encrypt |
^5.0.1 |
5.0.3 | 5.0.3 | |
firebase_auth |
^4.6.1 |
4.16.0 | 6.1.4 | |
firebase_database |
^10.2.1 |
10.5.7 | 12.1.2 | |
flutter_bloc |
^8.1.2 |
8.1.6 | 9.1.1 | |
flutter_facebook_auth |
^5.0.11 |
5.0.11 | 7.1.5 | |
google_sign_in |
^6.1.0 |
6.3.0 | 7.2.0 | |
local_auth |
^2.1.6 |
2.3.0 | 3.0.0 | |
shared_preferences |
^2.1.1 |
2.5.4 | 2.5.4 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 8 issues. Showing the first 2:
The constraint `^4.7.1` on cloud_firestore does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions cloud_firestore to update the constraint.
The constraint `^4.6.1` on firebase_auth does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions firebase_auth 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.8, Flutter 3.38.6, Dart 3.10.7.
Check the analysis log for details.