user_feed 0.2.4 copy "user_feed: ^0.2.4" to clipboard
user_feed: ^0.2.4 copied to clipboard

A package for viewing a user's feed

4
likes
70/ 140
pub points
0%
popularity

We analyzed this package 36 hours ago, and awarded it 70 pub points (of a possible 140):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

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.

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/savannahghi/user_feed/issues was unreachable. Make sure that the website is reachable via HEAD requests.

Documentation URL doesn't exist.

At the time of the analysis https://github.com/savannahghi/user_feed/doc/readme.md was unreachable. Make sure that the website is reachable via HEAD requests.

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.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

60 out of 194 API elements (30.9 %) have documentation comments.

Some symbols that are missing documentation: user_feed, user_feed.ActionTypeEx.name, user_feed.ChannelEx.name, user_feed.FeedComponent, user_feed.FeedComponent.FeedComponent.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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:user_feed/user_feed.dart that imports:
  • package:user_feed/src/presentation/widgets/feed_item_body.dart that imports:
  • package:user_feed/src/presentation/image_viewer/image_grid.dart that imports:
  • package:user_feed/src/presentation/image_viewer/image_viewer.dart that imports:
  • package:shared_ui_components/small_appbar.dart that imports:
  • package:shared_ui_components/src/small_appbar.dart that imports:
  • package:misc_utilities/misc.dart that imports:
  • package:misc_utilities/src/misc.dart that imports:
  • package:app_wrapper/app_wrapper.dart that imports:
  • package:app_wrapper/src/device_capabilities.dart that imports:
  • package:local_auth/local_auth.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:user_feed/user_feed.dart that imports:
  • package:user_feed/src/presentation/widgets/feed_item_body.dart that imports:
  • package:user_feed/src/presentation/image_viewer/image_grid.dart that imports:
  • package:user_feed/src/presentation/image_viewer/image_viewer.dart that imports:
  • package:shared_ui_components/small_appbar.dart that imports:
  • package:shared_ui_components/src/small_appbar.dart that imports:
  • package:misc_utilities/misc.dart that imports:
  • package:misc_utilities/src/misc.dart that imports:
  • package:app_wrapper/app_wrapper.dart that imports:
  • package:app_wrapper/src/device_capabilities.dart that imports:
  • package:local_auth/local_auth.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:user_feed/user_feed.dart that imports:
  • package:user_feed/src/presentation/widgets/feed_item_body.dart that imports:
  • package:user_feed/src/presentation/image_viewer/image_grid.dart that imports:
  • package:user_feed/src/presentation/image_viewer/image_viewer.dart that imports:
  • package:shared_ui_components/small_appbar.dart that imports:
  • package:shared_ui_components/src/small_appbar.dart that imports:
  • package:misc_utilities/misc.dart that imports:
  • package:misc_utilities/src/misc.dart that imports:
  • package:app_wrapper/app_wrapper.dart that imports:
  • package:app_wrapper/src/device_capabilities.dart that imports:
  • package:local_auth/local_auth.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:user_feed/user_feed.dart that imports:
  • package:user_feed/src/presentation/widgets/feed_item_body.dart that imports:
  • package:user_feed/src/presentation/image_viewer/image_grid.dart that imports:
  • package:user_feed/src/presentation/image_viewer/image_viewer.dart that imports:
  • package:shared_ui_components/small_appbar.dart that imports:
  • package:shared_ui_components/src/small_appbar.dart that imports:
  • package:misc_utilities/misc.dart that imports:
  • package:misc_utilities/src/misc.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.
failed
Pass static analysis
0 / 50trigger folding of the section

0/50 points: code has no errors, warnings, lints, or formatting issues

Found 452 issues. Showing the first 2:

ERROR: Undefined class 'RenderContext'.

lib/src/presentation/widgets/feed_item_detail_view.dart:43:50

   ╷
43 │   void onBodyLinkOrImageTapCallback(String? url, RenderContext context,
   │                                                  ^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/presentation/widgets/feed_item_detail_view.dart

ERROR: The argument type 'void Function(String?, InvalidType, Map

lib/src/presentation/widgets/feed_item_detail_view.dart:60:20

   ╷
60 │         onLinkTap: onBodyLinkOrImageTapCallback,
   │                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/presentation/widgets/feed_item_detail_view.dart

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
carousel_slider ^4.1.1 4.2.1 4.2.1
flutter flutter 0.0.0 0.0.0
flutter_html ^3.0.0-alpha.2 3.0.0-beta.2 3.0.0-beta.2
flutter_staggered_grid_view ^0.4.0 0.4.1 0.7.0
flutter_svg ^1.0.1 1.1.6 2.0.10+1
freezed ^2.1.0+1 2.5.2 2.5.2
freezed_annotation ^2.1.0 2.4.1 2.4.1
html ^0.15.0 0.15.4 0.15.4
intl ^0.17.0 0.17.0 0.19.0
json_annotation ^4.0.1 4.9.0 4.9.0
json_serializable ^6.1.4 6.8.0 6.8.0
mocktail_image_network ^0.3.1 0.3.1 1.1.0
photo_view ^0.13.0 0.13.0 0.15.0
rxdart ^0.27.1 0.27.7 0.27.7
shared_themes ^0.2.0 0.2.0 0.2.0
shared_ui_components ^0.2.4 0.2.4 0.2.4
shimmer ^2.0.0 2.0.0 3.0.0
url_launcher ^6.1.5 6.2.6 6.2.6
visibility_detector ^0.3.3 0.3.3 0.4.0+2
Transitive dependencies
Package Constraint Compatible Latest
_fe_analyzer_shared - 67.0.0 67.0.0
analyzer - 6.4.1 6.4.1
app_wrapper - 0.2.2 0.2.2
args - 2.5.0 2.5.0
async - 2.11.0 2.11.0
async_redux - 16.1.0 22.5.0
boolean_selector - 2.1.1 2.1.1
build - 2.4.1 2.4.1
build_config - 1.1.1 1.1.1
camera - 0.8.1+7 0.10.5+9
camera_platform_interface - 2.7.4 2.7.4
characters - 1.3.0 1.3.0
checked_yaml - 2.0.3 2.0.3
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
convert - 3.1.1 3.1.1
coverage - 1.7.2 1.7.2
cross_file - 0.3.4+1 0.3.4+1
crypto - 3.0.3 3.0.3
csslib - 0.17.3 1.0.0
dart_style - 2.3.6 2.3.6
dartz - 0.10.1 0.10.1
domain_objects - 0.2.2 0.2.2
dotted_border - 2.1.0 2.1.0
fast_immutable_collections - 7.4.3 10.2.2
ffi - 2.1.2 2.1.2
file - 6.1.4 7.0.0
file_picker - 5.5.0 8.0.2
file_selector_linux - 0.9.2+1 0.9.2+1
file_selector_macos - 0.9.3+3 0.9.3+3
file_selector_platform_interface - 2.6.2 2.6.2
file_selector_windows - 0.9.3+1 0.9.3+1
flutter_graphql_client - 0.2.2 0.2.2
flutter_image_compress - 1.1.3 2.2.0
flutter_plugin_android_lifecycle - 2.0.19 2.0.19
flutter_spinkit - 5.2.1 5.2.1
flutter_web_plugins - 0.0.0 0.0.0
frontend_server_client - 4.0.0 4.0.0
glob - 2.1.2 2.1.2
google_fonts - 2.3.3 6.2.1
gql - 0.13.1 1.0.0+1
http - 0.13.6 1.2.1
http_multi_server - 3.2.1 3.2.1
http_parser - 4.0.2 4.0.2
image_picker - 0.8.9 1.1.0
image_picker_android - 0.8.10 0.8.10
image_picker_for_web - 2.2.0 3.0.4
image_picker_ios - 0.8.10+1 0.8.10+1
image_picker_linux - 0.2.1+1 0.2.1+1
image_picker_macos - 0.2.1+1 0.2.1+1
image_picker_platform_interface - 2.10.0 2.10.0
image_picker_windows - 0.2.1+1 0.2.1+1
io - 1.0.4 1.0.4
js - 0.7.1 0.7.1
list_counter - 1.0.2 1.0.2
local_auth - 1.1.11 2.2.0
logging - 1.2.0 1.2.0
matcher - 0.12.16+1 0.12.16+1
material_color_utilities - 0.8.0 0.11.1
material_design_icons_flutter - 5.0.6996 7.0.7296
meta - 1.11.0 1.14.0
mime - 1.0.5 1.0.5
misc_utilities - 0.2.3 0.2.3
mocktail - 0.3.0 1.0.3
node_preamble - 2.0.2 2.0.2
package_config - 2.1.0 2.1.0
path - 1.9.0 1.9.0
path_drawing - 1.0.1 1.0.1
path_parsing - 1.0.1 1.0.1
path_provider - 2.1.3 2.1.3
path_provider_android - 2.2.4 2.2.4
path_provider_foundation - 2.3.2 2.3.2
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.2.1 2.2.1
pedantic - 1.11.1 1.11.1
petitparser - 6.0.2 6.0.2
pin_code_text_field - 1.8.0 1.8.0
pin_input_text_field - 4.5.1 4.5.1
platform - 3.1.4 3.1.4
plugin_platform_interface - 2.1.8 2.1.8
pool - 1.5.1 1.5.1
pub_semver - 2.1.4 2.1.4
pubspec_parse - 1.2.3 1.2.3
quiver - 3.2.1 3.2.1
shelf - 1.4.1 1.4.1
shelf_packages_handler - 3.0.2 3.0.2
shelf_static - 1.1.2 1.1.2
shelf_web_socket - 1.0.4 1.0.4
sky_engine - 0.0.99 0.0.99
sms_autofill - 2.3.1 2.3.1
source_gen - 1.5.0 1.5.0
source_helper - 1.3.4 1.3.4
source_map_stack_trace - 2.1.1 2.1.1
source_maps - 0.10.12 0.10.12
source_span - 1.10.0 1.10.0
sqflite - 2.3.3 2.3.3
sqflite_common - 2.5.4 2.5.4
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
stream_transform - 2.1.0 2.1.0
string_scanner - 1.2.0 1.2.0
synchronized - 3.1.0+1 3.1.0+1
term_glyph - 1.2.1 1.2.1
test - 1.25.2 1.25.4
test_api - 0.7.0 0.7.1
test_core - 0.6.0 0.6.2
typed_data - 1.3.2 1.3.2
url_launcher_android - 6.3.1 6.3.1
url_launcher_ios - 6.2.5 6.2.5
url_launcher_linux - 3.1.1 3.1.1
url_launcher_macos - 3.1.0 3.1.0
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.3.1 2.3.1
url_launcher_windows - 3.1.1 3.1.1
vector_math - 2.1.4 2.1.4
vm_service - 14.2.1 14.2.1
watcher - 1.1.0 1.1.0
weak_map - 2.1.0 3.0.1
web - 0.5.1 0.5.1
web_socket_channel - 2.4.5 2.4.5
webkit_inspection_protocol - 1.2.1 1.2.1
win32 - 5.4.0 5.4.0
xdg_directories - 1.0.4 1.0.4
xml - 6.5.0 6.5.0
yaml - 3.1.2 3.1.2

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 7 issues. Showing the first 2:

The constraint `^0.4.0` on flutter_staggered_grid_view does not support the stable version `0.5.0`.

Try running dart pub upgrade --major-versions flutter_staggered_grid_view to update the constraint.

The constraint `^1.0.1` on flutter_svg does not support the stable version `2.0.0`.

Try running dart pub upgrade --major-versions flutter_svg to update the constraint.

10/10 points: Package supports latest stable Dart and Flutter SDKs

Analyzed with Pana 0.22.3, Flutter 3.19.5, Dart 3.3.3.

Check the analysis log for details.