fluxy 0.2.5
fluxy: ^0.2.5 copied to clipboard
A complete Flutter platform unifying reactive state, declarative UI, styling, animation, routing, and tooling. Build production-grade apps faster and at scale.
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
788 out of 1922 API elements (41.0 %) 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 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:fluxy/fluxy.dartthat imports:package:fluxy/src/i18n/fluxy_i18n.dartthat imports:package:fluxy/src/dsl/fx.dartthat imports:package:fluxy/src/plugins/fluxy_biometric.dartthat imports:package:local_auth/local_auth.dartthat imports:package:local_auth/src/local_auth.dartthat imports:package:local_auth_darwin/local_auth_darwin.dartthat declares support for platforms:iOS,macOS.
Package does not support platform `Linux`.
Because:
package:fluxy/fluxy.dartthat imports:package:fluxy/src/i18n/fluxy_i18n.dartthat imports:package:fluxy/src/dsl/fx.dartthat imports:package:fluxy/src/plugins/fluxy_biometric.dartthat imports:package:local_auth/local_auth.dartthat declares support for platforms:Android,iOS,Windows,macOS.
Package does not support platform `macOS`.
Because:
package:fluxy/fluxy.dartthat imports:package:fluxy/src/i18n/fluxy_i18n.dartthat imports:package:fluxy/src/dsl/fx.dartthat imports:package:fluxy/src/plugins/fluxy_biometric.dartthat imports:package:local_auth/local_auth.dartthat imports:package:local_auth/src/local_auth.dartthat imports:package:local_auth_windows/local_auth_windows.dartthat declares support for platforms:Windows.
Package does not support platform `Web`.
Because:
package:fluxy/fluxy.dartthat imports:package:fluxy/src/ota/fluxy_remote.dartthat imports:package:path_provider/path_provider.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:fluxy/fluxy.dartthat imports:package:fluxy/src/i18n/fluxy_i18n.dartthat imports:package:fluxy/src/dsl/fx.dartthat imports:package:fluxy/src/plugins/fluxy_biometric.dartthat imports:package:local_auth/local_auth.dartthat imports:package:local_auth/src/local_auth.dartthat imports:package:local_auth_windows/local_auth_windows.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:fluxy/fluxy.dartthat imports:package:fluxy/src/i18n/fluxy_i18n.dartthat imports:package:fluxy/src/dsl/fx.dartthat imports:package:fluxy/src/plugins/fluxy_biometric.dartthat imports:package:local_auth/local_auth.dartthat imports:package:local_auth/src/local_auth.dartthat imports:package:local_auth_windows/local_auth_windows.dartthat declares support for platforms:Windows.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 34 issues. Showing the first 2:
INFO: The import of 'src/networking/fluxy_http.dart' is unnecessary because all of the used elements are also provided by the import of 'src/dsl/fx.dart'.
lib/fluxy.dart:102:8
╷
102 │ import 'src/networking/fluxy_http.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/fluxy.dart
INFO: The import of 'package:flutter/rendering.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart'.
lib/src/devtools/fluxy_devtools.dart:3:8
╷
3 │ import 'package:flutter/rendering.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
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 | |
camera |
^0.10.6 |
0.10.6 | 0.11.4 | |
connectivity_plus |
^7.0.0 |
7.0.0 | 7.0.0 | |
flutter_local_notifications |
^20.1.0 |
20.1.0 | 20.1.0 | |
flutter_secure_storage |
^10.0.0 |
10.0.0 | 10.0.0 | |
flutter_timezone |
^3.0.1 |
3.0.1 | 5.0.1 | |
local_auth |
^3.0.0 |
3.0.0 | 3.0.0 | |
path |
^1.9.1 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.5 |
2.1.5 | 2.1.5 | |
permission_handler |
^12.0.1 |
12.0.1 | 12.0.1 | |
shared_preferences |
^2.5.4 |
2.5.4 | 2.5.4 | |
timezone |
^0.10.1 |
0.10.1 | 0.11.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^0.10.6` on camera does not support the stable version `0.11.0`.
Try running dart pub upgrade --major-versions camera to update the constraint.
The constraint `^3.0.1` on flutter_timezone does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions flutter_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.10, Flutter 3.41.0, Dart 3.11.0.
Check the analysis log for details.