universal_scroll_view 1.0.4 copy "universal_scroll_view: ^1.0.4" to clipboard
universal_scroll_view: ^1.0.4 copied to clipboard

Universal Scroll View is a cross platform package which base on Flutter framework.

3
likes
110/ 140
pub points
0%
popularity

We analyzed this package 2 days ago, and awarded it 110 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

Homepage URL doesn't exist.

At the time of the analysis https://cullen.ml/ 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: GPL-3.0.

OK
Provide documentation
20 / 20trigger folding of the section

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

9 out of 28 API elements (32.1 %) have documentation comments.

Some symbols that are missing documentation: universal_single_child_scroll_view, universal_single_child_scroll_view.UniversalSingleChildScrollView, universal_single_child_scroll_view.UniversalSingleChildScrollView.UniversalSingleChildScrollView, universal_single_child_scroll_view.UniversalSingleChildScrollView.child, universal_single_child_scroll_view_locator.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:universal_scroll_view/scroll_view/web_single_child_scroll_view.dart that imports:
  • package:universal_html/html.dart that imports:
  • package:universal_html/src/_sdk/html.dart that imports:
  • package:universal_html/src/_sdk_html_additions.dart that imports:
  • dart:io
failed
Pass static analysis
30 / 50trigger folding of the section

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

WARNING: The '!' will have no effect because the receiver can't be null.

lib/scroll_view/web_single_child_scroll_view.dart:100:28

    ╷
100 │     WidgetsBinding.instance!.endOfFrame.then(
    │                            ^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/scroll_view/web_single_child_scroll_view.dart

INFO: An uninitialized field should have an explicit type annotation.

lib/universal_single_child_scroll_view.dart:8:9

  ╷
8 │   final child;
  │         ^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/universal_single_child_scroll_view.dart

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

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

Package Constraint Compatible Latest
flutter flutter 0.0.0 0.0.0
universal_html ^2.0.8 2.2.4 2.2.4
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
charcode - 1.3.1 1.3.1
collection - 1.18.0 1.18.0
csslib - 1.0.0 1.0.0
html - 0.15.4 0.15.4
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.15.0
path - 1.9.0 1.9.0
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
universal_io - 2.2.2 2.2.2
vector_math - 2.1.4 2.1.4

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

Analyzed with Pana 0.22.3, Flutter 3.19.6, Dart 3.3.4.

Check the analysis log for details.

3
likes
110
pub points
0%
popularity

Publisher

verified publishercullen.ml

Universal Scroll View is a cross platform package which base on Flutter framework.

Homepage

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

flutter, universal_html

More

Packages that depend on universal_scroll_view