vudu_mojo_app 0.0.4
vudu_mojo_app: ^0.0.4 copied to clipboard
A flutter plugin that provides a framework for building mobile applications on the Vudu Technologies platform.
We analyzed this package 6 days ago, and awarded it 60 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
pubspec.yaml from the repository has no repository or homepage URL.
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: vudu_mojo_app, - 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: Apache-2.0.
0/10 points: 20% or more of the public API has dartdoc comments
50 out of 572 API elements (8.7 %) 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: addressDetails, addressDetails.AddressDetails, addressDetails.AddressDetails.AddressDetails.clone, addressDetails.AddressDetails.AddressDetails.new, addressDetails.AddressDetails.address.
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:vudu_mojo_app/vudu_mojo_app.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:vudu_mojo_app/vudu_mojo_app.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:vudu_mojo_app/vudu_mojo_app.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:vudu_mojo_app/vudu_mojo_app.dartthat declares support for platforms:Android,iOS.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 180 issues. Showing the first 2:
ERROR: The getter 'backgroundColor' isn't defined for the type 'ThemeData'.
lib/bindings/bindingTransition.dart:59:47
╷
59 │ backgroundColour: Theme.of(context).backgroundColor,
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/bindings/bindingTransition.dart
ERROR: The getter 'backgroundColor' isn't defined for the type 'ThemeData'.
lib/bindings/bindingTransition.dart:108:49
╷
108 │ backgroundColour: Theme.of(context).backgroundColor,
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/bindings/bindingTransition.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
app_center_bundle_sdk |
^0.0.2 |
0.0.2 | 0.0.2 | |
breakpoint |
^1.2.0 |
1.2.0 | 1.2.0 | |
firebase_auth |
^4.2.2 |
4.16.0 | 6.1.3 | |
flutter_datetime_picker |
^1.5.0 |
1.5.1 | 1.5.1 | |
flutter_secure_storage |
^7.0.1 |
7.0.1 | 10.0.0 | |
font_awesome_flutter |
^10.3.0 |
10.12.0 | 10.12.0 | |
get_it |
^7.2.0 |
7.7.0 | 9.2.0 | |
intl |
^0.18.0 |
0.18.1 | 0.20.2 | |
local_auth |
^2.1.3 |
2.3.0 | 3.0.0 | |
package_info |
^2.0.0 |
2.0.2 | 2.0.2 | Discontinued |
provider |
^6.0.5 |
6.1.5+1 | 6.1.5+1 | |
url_launcher |
^6.0.3 |
6.3.2 | 6.3.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 6 issues. Showing the first 2:
The constraint `^4.2.2` 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.
The constraint `^7.0.1` on flutter_secure_storage does not support the stable version `8.0.0`.
Try running dart pub upgrade --major-versions flutter_secure_storage 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 55 errors:
UNDEFINED_GETTER-lib/bindings/bindingTransition.dart:59:47- The getter 'backgroundColor' isn't defined for the type 'ThemeData'.UNDEFINED_GETTER-lib/bindings/bindingTransition.dart:108:49- The getter 'backgroundColor' isn't defined for the type 'ThemeData'.UNDEFINED_GETTER-lib/helpers/dialogHelper.dart:83:39- 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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.