estopia_shared 0.0.14
estopia_shared: ^0.0.14 copied to clipboard
A package that is used across multiple Estopia projects.
We analyzed this package 11 hours ago, and awarded it 30 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.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting estopia_shared... Discovering libraries... ERR: dartdoc 9.0.9 (/home/worker/dartdoc/build/dartdoc) failed: fatal error: unable to locate the input directory at '/tmp/pana_GZXWGS/lib/components/BaseUI'. #0 PubPackageMeta.fromDir (package:dartdoc/src/package_meta.dart:218) #1 PubPackageMeta.fromFilename (package:dartdoc/src/package_meta.dart:205) #2 PackageMetaProvider.fromFilename (package:dartdoc/src/package_meta.dart:82) #3 PubPackageBuilder._packageMetasForFiles (package:dartdoc/src/model/package_builder.dart:208) #4 PubPackageBuilder._discoverLibraries (package:dartdoc/src/model/package_builder.dart:291)
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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 631 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: 'package:estopia_shared/Types/medication.dart'.
lib/Interfaces/MedicationInterface.dart:1:8
╷
1 │ import 'package:estopia_shared/Types/medication.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/Interfaces/MedicationInterface.dart
ERROR: The name 'medicationType' isn't a type, so it can't be used as a type argument.
lib/Interfaces/MedicationInterface.dart:13:8
╷
13 │ Future<medicationType> APIaddMedication(Map<String, dynamic> data, {String? sessionToken}) async {
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/Interfaces/MedicationInterface.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
app_links |
^6.4.1 |
6.4.1 | 7.2.1 | |
collection |
^1.19.1 |
1.19.1 | 1.19.1 | |
firebase_core |
^4.1.0 |
4.15.0 | 4.15.0 | |
firebase_messaging |
^16.0.1 |
16.7.0 | 16.7.0 | |
flutter_local_notifications |
^19.4.2 |
19.5.0 | 22.3.1 | |
flutter_secure_storage |
^9.2.4 |
9.2.4 | 11.1.1 | |
flutter_timezone |
^4.1.1 |
4.1.1 | 5.1.0 | |
go_router |
^16.2.1 |
16.3.0 | 18.0.1 | |
google_sign_in_all_platforms |
^1.2.1 |
1.2.1 | 2.0.3 | |
hive |
^2.2.3 |
2.2.3 | 2.2.3 | |
http |
^1.5.0 |
1.6.0 | 1.6.0 | |
logging |
^1.3.0 |
1.3.0 | 1.3.0 | |
passkeys |
^2.13.0 |
2.23.1 | 2.23.1 | |
path_provider |
^2.1.5 |
2.1.6 | 2.1.6 | |
provider |
^6.1.5+1 |
6.1.5+1 | 6.1.5+1 | |
sign_in_with_apple |
^7.0.1 |
7.0.1 | 8.2.0 | |
socket_io_client |
^3.1.2 |
3.1.6 | 3.1.6 | |
timezone |
^0.10.1 |
0.10.1 | 0.11.1 | |
toastification |
^3.0.3 |
3.2.0 | 3.2.0 | |
url_launcher |
^6.3.2 |
6.3.2 | 6.3.2 | |
web_socket_channel |
^3.0.3 |
3.0.3 | 3.0.3 |
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 `^6.4.1` on app_links does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions app_links to update the constraint.
The constraint `^19.4.2` on flutter_local_notifications does not support the stable version `20.0.0`.
Try running dart pub upgrade --major-versions flutter_local_notifications 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 433 errors:
URI_DOES_NOT_EXIST-lib/Interfaces/MedicationInterface.dart:1:8- Target of URI doesn't exist: 'package:estopia_shared/Types/medication.dart'.NON_TYPE_AS_TYPE_ARGUMENT-lib/Interfaces/MedicationInterface.dart:13:8- The name 'medicationType' isn't a type, so it can't be used as a type argument.UNDEFINED_IDENTIFIER-lib/Interfaces/MedicationInterface.dart:21:12- Undefined name 'medicationType'.
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.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.