pixelify_flutter 0.0.1 copy "pixelify_flutter: ^0.0.1" to clipboard
pixelify_flutter: ^0.0.1 copied to clipboard

A Flutter extension for retro Pixelated looking ui widgets and animations and effects.

80/ 160
pub points
27
downloads

We analyzed this package 24 hours ago, and awarded it 80 pub points (of a possible 160):

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://jyothish-ram.me/projects/pixelify_flutter was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

30 out of 150 API elements (20.0 %) have documentation comments.

Some symbols that are missing documentation: pixelify_flutter, pixelify_flutter.PixelAnimationStyle, pixelify_flutter.PixelAnimations, pixelify_flutter.PixelAnimations.PixelAnimations.new, pixelify_flutter.PixelAnimations.child.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Web`.

Because:

  • package:pixelify_flutter/pixelify_flutter.dart that imports:
  • package:pixelify_flutter/src/widgets/pixel_text_field.dart that imports:
  • package:audioplayers/audioplayers.dart that imports:
  • package:audioplayers/src/source.dart that imports:
  • package:audioplayers/src/audioplayer.dart that imports:
  • package:path_provider/path_provider.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.

Failed check 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.

Failed report section
Pass static analysis
0 / 50trigger folding of the section

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

Found 50 issues. Showing the first 2:

ERROR: The name 'WaveAnimationParams' isn't a type, so it can't be used in an 'as' expression.

lib/src/wrapper_widgets/pixel_animations.dart:62:37

   ╷
62 │         final c = (widget.params as WaveAnimationParams?) ?? const WaveAnimationParams();
   │                                     ^^^^^^^^^^^^^^^^^^^
   ╵

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

ERROR: The name 'WaveAnimationParams' isn't a class.

lib/src/wrapper_widgets/pixel_animations.dart:62:68

   ╷
62 │         final c = (widget.params as WaveAnimationParams?) ?? const WaveAnimationParams();
   │                                                                    ^^^^^^^^^^^^^^^^^^^
   ╵

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

Failed report section
Support up-to-date dependencies
20 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
audioplayers ^6.5.0 6.5.1 6.5.1
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
audioplayers_android - 5.2.1 5.2.1
audioplayers_darwin - 6.3.0 6.3.0
audioplayers_linux - 4.2.1 4.2.1
audioplayers_platform_interface - 7.1.1 7.1.1
audioplayers_web - 5.1.1 5.1.1
audioplayers_windows - 4.2.1 4.2.1
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
crypto - 3.0.6 3.0.6
ffi - 2.1.4 2.1.4
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
http - 1.5.0 1.5.0
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
path - 1.9.1 1.9.1
path_provider - 2.1.5 2.1.5
path_provider_android - 2.2.18 2.2.18
path_provider_foundation - 2.4.2 2.4.2
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
source_span - 1.10.1 1.10.1
sprintf - 7.0.0 7.0.0
string_scanner - 1.4.1 1.4.1
synchronized - 3.4.0 3.4.0
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
uuid - 4.5.1 4.5.1
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
xdg_directories - 1.1.0 1.1.0

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

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 3 errors:

  • CAST_TO_NON_TYPE - lib/src/wrapper_widgets/pixel_animations.dart:62:37 - The name 'WaveAnimationParams' isn't a type, so it can't be used in an 'as' expression.
  • CREATION_WITH_NON_TYPE - lib/src/wrapper_widgets/pixel_animations.dart:62:68 - The name 'WaveAnimationParams' isn't a class.
  • UNDEFINED_METHOD - lib/src/wrapper_widgets/pixel_animations.dart:66:16 - The method 'WaveAnimation' isn't defined for the type '_PixelAnimationsState'.

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.23, Flutter 3.35.5, Dart 3.9.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
80
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter extension for retro Pixelated looking ui widgets and animations and effects.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

audioplayers, flutter

More

Packages that depend on pixelify_flutter