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 46 hours ago, and awarded it 60 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
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 51 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.10.0 | |
dio |
^5.1.2 |
5.11.1 | 5.11.1 | |
encrypt |
^5.0.1 |
5.0.3 | 5.0.3 | |
firebase_auth |
^4.6.1 |
4.16.0 | 6.7.0 | |
firebase_database |
^10.2.1 |
10.5.7 | 12.6.0 | |
flutter_bloc |
^8.1.2 |
8.1.6 | 9.1.1 | |
flutter_facebook_auth |
^5.0.11 |
5.0.11 | 7.2.0 | |
google_sign_in |
^6.1.0 |
6.3.0 | 7.2.0 | |
local_auth |
^2.1.6 |
2.3.0 | 3.0.2 | |
shared_preferences |
^2.1.1 |
2.5.5 | 2.5.5 |
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.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.