social_foundation 0.0.15
social_foundation: ^0.0.15 copied to clipboard
social foundation
We analyzed this package on Apr 12, 2021, and awarded it 40 pub points (of a possible 110):
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.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Package has an example
- Found example at:
example/lib/main.dart
0/10 points: 20% or more of the public API has dartdoc comments
- 23 out of 554 API elements (4.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.
10/20 points: Supports 2 of 3 possible platforms (iOS, Android, Web)
Found 9 issues. Showing the first 2:
Consider supporting multiple platforms:
Package does not support Flutter platform Web
Because:
package:social_foundation/social_foundation.dart
that declares support for platforms: Android, iOS
0/30 points: code has no errors, warnings, lints, or formatting issues
Found 10 issues. Showing the first 2:
ERROR: Missing concrete implementations of 'CachedNetworkImageProvider.load', 'ImageProvider.obtainKey', 'getter CachedNetworkImageProvider.cacheManager', 'getter CachedNetworkImageProvider.errorListener', and 3 more.
lib/widgets/cached_image_provider.dart:9:7
╷
9 │ class SfCachedImageProvider extends CachedNetworkImageProvider{
│ ^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run flutter analyze lib/widgets/cached_image_provider.dart
ERROR: The class 'SfCachedImageProvider' cannot extend 'CachedNetworkImageProvider' because 'CachedNetworkImageProvider' only has factory constructors (no generative constructors), and 'SfCachedImageProvider' has at least one generative constructor.
lib/widgets/cached_image_provider.dart:9:37
╷
9 │ class SfCachedImageProvider extends CachedNetworkImageProvider{
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run flutter analyze lib/widgets/cached_image_provider.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
audioplayers | ^0.14.0 | 0.14.2 | 0.18.3 |
bot_toast | ^2.3.0 | 2.4.1 | 4.0.1 |
cached_network_image | ^2.0.0 | 2.3.3 | 3.0.0 |
crypto | ^2.1.3 | 2.1.5 | 3.0.1 |
dio | ^3.0.9 | 3.0.10 | 4.0.0 |
event_bus | ^1.1.1 | 1.1.1 | 2.0.0 |
flutter | flutter | 0.0.0 | 0.0.0 |
flutter_cache_manager | ^1.1.3 | 1.4.2 | 3.0.1 |
flutter_plugin_record | ^0.1.2 | 0.1.9 | 1.0.1 |
flutter_screenutil | ^1.1.0 | 1.1.0 | 5.0.0 |
get_it | ^3.1.0 | 3.1.0 | 6.1.0 |
http | ^0.12.0+4 | 0.12.2 | 0.13.1 |
image_picker | ^0.6.3+4 | 0.6.7+22 | 0.7.4 |
leancloud_official_plugin | ^1.0.0-beta.2 | 1.0.0-beta.12 | 1.0.0-beta.12 |
path | ^1.6.4 | 1.8.0 | 1.8.0 |
path_provider | ^1.6.0 | 1.6.28 | 2.0.1 |
photo_view | ^0.9.2 | 0.9.2 | 0.11.1 |
provider | ^4.0.4 | 4.3.3 | 5.0.0 |
pull_to_refresh | ^1.5.8 | 1.6.5 | 1.6.5 |
shared_preferences | ^0.5.6+3 | 0.5.12+4 | 2.0.5 |
sqflite | ^1.2.0 | 1.3.2+4 | 2.0.0+3 |
uuid | ^2.0.4 | 2.2.2 | 3.0.4 |
Transitive dependencies
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 18 issues. Showing the first 2:
The constraint `^0.14.0` on audioplayers does not support the stable version `0.15.0`.
Try running dart pub upgrade --major-versions audioplayers
to update the constraint.
The constraint `^2.3.0` on bot_toast does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions bot_toast
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analysed with
Pana 0.15.4
,
Flutter 2.0.4
,
Dart 2.12.2
.