yust 2.6.1
yust: ^2.6.1 copied to clipboard
Build awesome apps with Flutter and Firebase.
We analyzed this package 28 hours ago, and awarded it 50 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
Failed to verify repository URL.
pubspec.yaml from the repository URL mismatch: expected https://github.com/janneskoehler/yust but got https://github.com/univelop/yust.
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: yust, - 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: BSD-3-Clause.
0/10 points: 20% or more of the public API has dartdoc comments
62 out of 407 API elements (15.2 %) 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: account, account.AccountScreen, account.AccountScreen.AccountScreen.new, account.AccountScreen.routeName, account.AccountScreen.signInRequired.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:yust/yust.dartthat imports:package:yust/yust_store.dartthat imports:package:yust/models/yust_user.dartthat imports:package:yust/models/yust_doc_setup.dartthat imports:package:yust/models/yust_doc.dartthat imports:package:cloud_firestore/cloud_firestore.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `Linux`.
Because:
package:yust/yust.dartthat imports:package:yust/yust_store.dartthat imports:package:yust/models/yust_user.dartthat imports:package:yust/models/yust_doc_setup.dartthat imports:package:yust/models/yust_doc.dartthat imports:package:cloud_firestore/cloud_firestore.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `macOS`.
Because:
package:yust/yust.dartthat imports:package:yust/yust_service.dartthat imports:package:flutter_native_image/flutter_native_image.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:yust/yust.dartthat imports:package:yust/yust_service.dartthat imports:package:flutter_native_image/flutter_native_image.dartthat declares support for platforms:Android,iOS.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 33 issues. Showing the first 2:
ERROR: The named parameter 'primary' isn't defined.
lib/widgets/yust_image_picker.dart:188:17
╷
188 │ primary: Theme.of(context).primaryIconTheme.color,
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/widgets/yust_image_picker.dart
ERROR: The named parameter 'onPrimary' isn't defined.
lib/widgets/yust_image_picker.dart:189:17
╷
189 │ onPrimary: Theme.of(context).backgroundColor,
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/widgets/yust_image_picker.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cloud_firestore |
^2.0.0 |
2.5.4 | 6.1.2 | |
collection |
^1.15.0 |
1.19.1 | 1.19.1 | |
connectivity_plus |
^1.0.6 |
1.4.0 | 7.0.0 | |
dio |
^4.0.0 |
4.0.6 | 5.9.0 | |
file_picker |
^4.2.3 |
4.6.1 | 10.3.8 | |
firebase_auth |
^1.1.3 |
1.4.1 | 6.1.4 | |
firebase_core |
^1.1.0 |
1.24.0 | 4.4.0 | |
firebase_storage |
^8.1.0 |
8.1.3 | 13.0.6 | |
flutter_easyloading |
^3.0.0 |
3.0.5 | 3.0.5 | |
flutter_native_image |
^0.0.5+3 |
0.0.6+1 | 0.0.6+1 | Discontinued |
http |
^0.13.0 |
0.13.6 | 1.6.0 | |
image |
^3.0.1 |
3.3.0 | 4.7.2 | |
image_picker |
^0.8.4 |
0.8.9 | 1.2.1 | |
intl |
^0.17.0 |
0.17.0 | 0.20.2 | |
json_annotation |
^4.0.1 |
4.9.0 | 4.9.0 | |
mask_text_input_formatter |
^2.0.0 |
2.9.0 | 2.9.0 | |
mime |
^1.0.0 |
1.0.6 | 2.0.0 | |
open_file |
^3.0.3 |
3.2.1 | 3.5.11 | |
package_info_plus |
^1.0.1 |
1.4.2 | 9.0.0 | |
path_provider |
^2.0.1 |
2.0.15 | 2.1.5 | |
photo_view |
^0.12.0 |
0.12.0 | 0.15.0 | |
provider |
^5.0.0 |
5.0.0 | 6.1.5+1 | |
shared_preferences |
^2.0.3 |
2.5.4 | 2.5.4 | |
url_launcher |
^6.0.2 |
6.3.2 | 6.3.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 16 issues. Showing the first 2:
The constraint `^2.0.0` on cloud_firestore does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions cloud_firestore to update the constraint.
The constraint `^1.0.6` on connectivity_plus does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions connectivity_plus 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 4 errors:
UNDEFINED_NAMED_PARAMETER-lib/widgets/yust_image_picker.dart:188:17- The named parameter 'primary' isn't defined.UNDEFINED_NAMED_PARAMETER-lib/widgets/yust_image_picker.dart:189:17- The named parameter 'onPrimary' isn't defined.UNDEFINED_GETTER-lib/widgets/yust_image_picker.dart:189:46- The getter 'backgroundColor' isn't defined for the type 'ThemeData'.
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.5, Flutter 3.38.6, Dart 3.10.7.
Check the analysis log for details.