fast_style_transfer_flutter 0.0.2
fast_style_transfer_flutter: ^0.0.2 copied to clipboard
A Flutter package for running **Fast Neural Style Transfer** using **TensorFlow Lite (TFLite)** models, enabling real-time image transformation on **Android** and **iOS** devices **locally** (no inter [...]
We analyzed this package 21 hours ago, and awarded it 115 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.0.2").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
19 out of 37 API elements (51.4 %) have documentation comments.
Some symbols that are missing documentation: fast_style_transfer_flutter, fast_style_transfer_flutter.FastStyleTransferException, fast_style_transfer_flutter.FastStyleTransferException.FastStyleTransferException.new, fast_style_transfer_flutter.FastStyleTransferException.code, fast_style_transfer_flutter.FastStyleTransferException.msg.
10/10 points: Package has an example
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 does not support platform `Web`.
Because:
package:fast_style_transfer_flutter/fast_style_transfer_flutter.dartthat imports:package:fast_style_transfer_flutter/src/fast_style_transfer_flutter.dartthat imports:package:tflite_flutter/tflite_flutter.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
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/src/fast_style_transfer_flutter.dart:113:31
╷
113 │ final pixel = imageImg!.getPixel(x, y);
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/fast_style_transfer_flutter.dart
WARNING: The '!' will have no effect because the receiver can't be null.
lib/src/fast_style_transfer_flutter.dart:121:31
╷
121 │ final pixel = styleImg!.getPixel(x, y);
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/fast_style_transfer_flutter.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
image |
^4.5.4 |
4.7.2 | 4.7.2 | |
tflite_flutter |
^0.11.0 |
0.11.0 | 0.12.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 4.0.7 | 4.0.7 | |
async |
- | 2.13.0 | 2.13.0 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
ffi |
- | 2.1.5 | 2.1.5 | |
matcher |
- | 0.12.18 | 0.12.18 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
posix |
- | 6.0.3 | 6.0.3 | |
quiver |
- | 3.2.2 | 3.2.2 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.9 | 0.7.9 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
xml |
- | 6.6.1 | 6.6.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.11.0` on tflite_flutter does not support the stable version `0.12.0`.
Try running dart pub upgrade --major-versions tflite_flutter to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.