auto_display_scroller 0.0.5 auto_display_scroller: ^0.0.5 copied to clipboard
Image components and popups carousel.
We analyzed this package 3 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 60 to 180 characters to describe the package, what it does, and its target use case.
-
pubspec.yaml
doesn't have ahomepage
entry. -
pubspec.yaml
doesn't have arepository
entry.
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
.
10/10 points: 20% or more of the public API has dartdoc comments
22 out of 69 API elements (31.9 %) have documentation comments.
Some symbols that are missing documentation: auto_display_listview
, auto_display_listview.AutoDisplayListView
, auto_display_listview.AutoDisplayListView.AutoDisplayListView
, auto_display_listview.AutoDisplayListView.controller
, auto_display_listview.AutoDisplayListView.height
.
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/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 8 issues. Showing the first 2:
ERROR: The getter 'subtitle1' isn't defined for the type 'TextTheme'.
lib/others/images_popup.dart:39:56
╷
39 │ if(title!=null)Text(title!,style: (scrSize==0?tt.subtitle1:tt.headline6)?.copyWith(color: Colors.white),),
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/others/images_popup.dart
ERROR: The getter 'headline6' isn't defined for the type 'TextTheme'.
lib/others/images_popup.dart:39:69
╷
39 │ if(title!=null)Text(title!,style: (scrSize==0?tt.subtitle1:tt.headline6)?.copyWith(color: Colors.white),),
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/others/images_popup.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
cloudinary_sdk |
^4.0.2+10 |
4.0.2+10 | 5.0.0+1 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_hooks |
^0.18.5+1 |
0.18.6 | 0.20.5 |
hooks_riverpod |
^2.1.1 |
2.6.1 | 2.6.1 |
infinite_listview |
^1.1.0 |
1.1.0 | 1.1.0 |
url_launcher |
^6.1.7 |
6.3.1 | 6.3.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters |
- | 1.3.0 | 1.3.1 |
collection |
- | 1.18.0 | 1.19.1 |
crypto |
- | 3.0.6 | 3.0.6 |
dio |
- | 4.0.6 | 5.7.0 |
flutter_riverpod |
- | 2.6.1 | 2.6.1 |
flutter_web_plugins |
- | 0.0.0 | 0.0.0 |
http_parser |
- | 4.0.2 | 4.1.1 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
path |
- | 1.9.1 | 1.9.1 |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 |
riverpod |
- | 2.6.1 | 2.6.1 |
sky_engine |
- | 0.0.99 | 0.0.99 |
source_span |
- | 1.10.0 | 1.10.0 |
stack_trace |
- | 1.12.0 | 1.12.0 |
state_notifier |
- | 1.0.0 | 1.0.0 |
string_scanner |
- | 1.4.0 | 1.4.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
typed_data |
- | 1.4.0 | 1.4.0 |
url_launcher_android |
- | 6.3.14 | 6.3.14 |
url_launcher_ios |
- | 6.3.1 | 6.3.1 |
url_launcher_linux |
- | 3.2.1 | 3.2.1 |
url_launcher_macos |
- | 3.2.1 | 3.2.1 |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 |
url_launcher_web |
- | 2.3.3 | 2.3.3 |
url_launcher_windows |
- | 3.1.3 | 3.1.3 |
vector_math |
- | 2.1.4 | 2.1.4 |
web |
- | 1.1.0 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^4.0.2+10` on cloudinary_sdk does not support the stable version `5.0.0+1`.
Try running dart pub upgrade --major-versions cloudinary_sdk
to update the constraint.
The constraint `^0.18.5+1` on flutter_hooks does not support the stable version `0.19.0`.
Try running dart pub upgrade --major-versions flutter_hooks
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 2 errors:
UNDEFINED_GETTER
-lib/others/images_popup.dart:39:56
- The getter 'subtitle1' isn't defined for the type 'TextTheme'.UNDEFINED_GETTER
-lib/others/images_popup.dart:39:69
- The getter 'headline6' isn't defined for the type 'TextTheme'.
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.22.15
, Flutter 3.24.4
, Dart 3.5.4
.
Check the analysis log for details.