fluxy 1.3.0
fluxy: ^1.3.0 copied to clipboard
Core engine of the Fluxy framework including UI, state management, HTTP, and motion.
We analyzed this package 18 hours ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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.
10/10 points: 20% or more of the public API has dartdoc comments
628 out of 1665 API elements (37.7 %) have documentation comments.
Some symbols that are missing documentation: fluxy, fluxy.AsyncConfig.AsyncConfig.new, fluxy.AsyncFlux.AsyncFlux.new, fluxy.AsyncFlux.config, fluxy.AsyncFlux.data.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:fluxy/fluxy.dartthat imports:package:fluxy/src/data/repository.dartthat imports:package:fluxy/src/engine/fluxy_engine.dartthat imports:package:fluxy/src/dsl/fx.dartthat imports:package:fluxy/src/widgets/fx_video.dartthat imports:package:video_player/video_player.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `Linux`.
Because:
package:fluxy/fluxy.dartthat imports:package:fluxy/src/data/repository.dartthat imports:package:fluxy/src/engine/fluxy_engine.dartthat imports:package:fluxy/src/dsl/fx.dartthat imports:package:fluxy/src/widgets/fx_video.dartthat imports:package:video_player/video_player.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `Web`.
Because:
package:fluxy/fluxy.dartthat imports:package:fluxy/src/data/repository.dartthat imports:package:fluxy/src/engine/fluxy_engine.dartthat imports:package:fluxy/src/dsl/fx.dartthat imports:package:fluxy/src/widgets/fx_audio.dartthat imports:package:audioplayers/audioplayers.dartthat imports:package:audioplayers/src/source.dartthat imports:package:audioplayers/src/audioplayer.dartthat imports:package:path_provider/path_provider.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 31 issues. Showing the first 2:
INFO: Statements in an if should be enclosed in a block.
lib/src/devtools/fluxy_devtools.dart:924:59
╷
924 │ } else if (text.toLowerCase() == 'false') newValue = false;
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/devtools/fluxy_devtools.dart
INFO: Statements in an if should be enclosed in a block.
lib/src/devtools/fluxy_devtools.dart:925:54
╷
925 │ else if (int.tryParse(text) != null) newValue = int.parse(text);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/devtools/fluxy_devtools.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
^2.7.0 |
2.7.0 | 2.7.0 | |
audioplayers |
^6.6.0 |
6.7.0 | 6.7.0 | |
crypto |
^3.0.7 |
3.0.7 | 3.0.7 | |
flutter_secure_storage |
^10.0.0 |
10.3.1 | 10.3.1 | |
flutter_timezone |
^5.0.1 |
5.1.0 | 5.1.0 | |
http |
^1.6.0 |
1.6.0 | 1.6.0 | |
path |
^1.9.1 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.5 |
2.1.5 | 2.1.5 | |
shared_preferences |
^2.2.3 |
2.5.5 | 2.5.5 | |
timezone |
^0.10.1 |
0.10.1 | 0.11.0 | |
vector_math |
^2.1.0 |
2.2.0 | 2.3.0 | |
video_player |
^2.11.1 |
2.11.1 | 2.11.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.10.1` on timezone does not support the stable version `0.11.0`.
Try running dart pub upgrade --major-versions timezone 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.12, Flutter 3.44.0, Dart 3.12.0.
Check the analysis log for details.