nudge_survey_ui 0.1.8
nudge_survey_ui: ^0.1.8 copied to clipboard
Survey UI SDK to run surveys in your app
We analyzed this package 4 days ago, and awarded it 60 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.
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: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting nudge_survey_ui... Discovering libraries... ERR: dartdoc 9.0.0 (/tmp/analyzerYRXQXI/pub-cache/global_packages/dartdoc/bin/dartdoc.dart-3.10.4.snapshot) failed: fatal error: unable to locate the input directory at '/tmp/pana_ODXJQV/lib/models'. #0 PubPackageMeta.fromDir (package:dartdoc/src/package_meta.dart:218:7) #1 PubPackageMeta.fromFilename (package:dartdoc/src/package_meta.dart:205:27) #2 PackageMetaProvider.fromFilename (package:dartdoc/src/package_meta.dart:82:55) #3 PubPackageBuilder._packageMetasForFiles (package:dartdoc/src/model/package_builder.dart:198:32) #4 PubPackageBuilder._discoverLibraries (package:dartdoc/src/model/package_builder.dart:281:22)
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 81 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: 'package:nudge_survey_ui/models/attachment_type.dart'.
lib/Models/checkbox.dart:1:8
╷
1 │ import 'package:nudge_survey_ui/models/attachment_type.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/Models/checkbox.dart
ERROR: The name 'AttachmentType' isn't a type, so it can't be used as a type argument.
lib/Models/checkbox.dart:9:8
╷
9 │ List<AttachmentType>? attachments;
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/Models/checkbox.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
flutter_rating_bar |
^4.0.1 |
4.0.1 | 4.0.1 | |
http |
^1.1.0 |
1.6.0 | 1.6.0 | |
nudge_core |
^0.0.13 |
0.0.19 | 0.0.19 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uni_links |
- | 0.5.1 | 0.5.1 | Discontinued |
uni_links_platform_interface |
- | 1.0.0 | 1.0.0 | |
uni_links_web |
- | 0.1.0 | 0.1.0 | |
uuid |
- | 4.5.2 | 4.5.2 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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 74 errors:
URI_DOES_NOT_EXIST-lib/Models/checkbox.dart:1:8- Target of URI doesn't exist: 'package:nudge_survey_ui/models/attachment_type.dart'.NON_TYPE_AS_TYPE_ARGUMENT-lib/Models/checkbox.dart:9:8- The name 'AttachmentType' isn't a type, so it can't be used as a type argument.NON_TYPE_AS_TYPE_ARGUMENT-lib/Models/checkbox.dart:26:22- The name 'AttachmentType' isn't a type, so it can't be used as a type argument.
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.5, Dart 3.10.4.
Check the analysis log for details.