flutter_unify 1.1.0
flutter_unify: ^1.1.0 copied to clipboard
Unified API for cross-platform Flutter development. One API for all platforms with reactive streams and pluggable adapters.
We analyzed this package 20 hours ago, and awarded it 50 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
1408 out of 2029 API elements (69.4 %) have documentation comments.
Some symbols that are missing documentation: flutter_unify.AIAdapter.AIAdapter.new, flutter_unify.AIAdapterConfig.AIAdapterConfig.new, flutter_unify.AIAdapterConfig.apiKey, flutter_unify.AIAdapterConfig.baseUrl, flutter_unify.AIAdapterConfig.defaultModel.
0/10 points: Package has an example and has no issues with screenshots
Found 8 issues. Showing the first 2:
-
/tmp/pana_ZUNJKD/./screenshots/api-examples.png: Tried interpreting screenshot as WebP withwebpinfo "/tmp/pana_ZUNJKD/./screenshots/api-examples.png"failed with exit code 2. -
/tmp/pana_ZUNJKD/./screenshots/api-examples.png: Converting screenshot withcwebp "/tmp/pana_ZUNJKD/./screenshots/api-examples.png" -o "/tmp/XJWPJA/gen/screenshots/api-examples.webp"failed with exit code 255.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 73 issues. Showing the first 2:
ERROR: The function 'allowInterop' isn't defined.
lib/src/web/polyfills.dart:127:45
╷
127 │ js.context['showOpenFilePicker'] = js.allowInterop((options) {
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/web/polyfills.dart
ERROR: The function 'allowInterop' isn't defined.
lib/src/web/polyfills.dart:132:45
╷
132 │ js.context['showSaveFilePicker'] = js.allowInterop((options) {
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/web/polyfills.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
camera |
^0.11.2 |
0.11.4 | 0.12.0+1 | |
connectivity_plus |
^7.0.0 |
7.1.0 | 7.1.0 | |
crypto |
^3.0.6 |
3.0.7 | 3.0.7 | |
desktop_multi_window |
^0.2.0 |
0.2.1 | 0.3.0 | |
device_info_plus |
>=9.1.0 <13.0.0 |
10.1.2 | 12.4.0 | |
dio |
^5.9.0 |
5.9.2 | 5.9.2 | |
ffi |
^2.1.4 |
2.2.0 | 2.2.0 | |
file_selector |
^1.0.3 |
1.1.0 | 1.1.0 | |
flutter_local_notifications |
>=17.0.0 <20.0.0 |
19.5.0 | 21.0.0 | |
flutter_secure_storage |
^9.0.0 |
9.2.4 | 10.0.0 | |
hive_flutter |
^1.1.0 |
1.1.0 | 1.1.0 | |
image_picker |
^1.2.0 |
1.2.1 | 1.2.1 | |
local_auth |
^2.3.0 |
2.3.0 | 3.0.1 | |
meta |
^1.16.0 |
1.17.0 | 1.18.2 | |
package_info_plus |
>=4.2.0 <10.0.0 |
9.0.1 | 9.0.1 | |
path |
^1.9.1 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.5 |
2.1.5 | 2.1.5 | |
shared_preferences |
^2.5.3 |
2.5.5 | 2.5.5 | |
sqflite |
^2.4.2 |
2.4.2 | 2.4.2 | |
super_drag_and_drop |
^0.8.0 |
0.8.24 | 0.9.1 | |
tray_manager |
^0.2.0 |
0.2.4 | 0.5.2 | |
universal_html |
^2.2.4 |
2.3.0 | 2.3.0 | |
web |
^1.1.1 |
1.1.1 | 1.1.1 | |
window_manager |
>=0.3.7 <0.6.0 |
0.5.1 | 0.5.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 7 issues. Showing the first 2:
The constraint `^0.11.2` on camera does not support the stable version `0.12.0`.
Try running dart pub upgrade --major-versions camera to update the constraint.
The constraint `^0.2.0` on desktop_multi_window does not support the stable version `0.3.0`.
Try running dart pub upgrade --major-versions desktop_multi_window to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 5 errors:
UNDEFINED_FUNCTION-lib/src/web/polyfills.dart:127:45- The function 'allowInterop' isn't defined.UNDEFINED_FUNCTION-lib/src/web/polyfills.dart:132:45- The function 'allowInterop' isn't defined.UNDEFINED_FUNCTION-lib/src/web/polyfills.dart:226:29- The function 'allowInterop' isn't defined.
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.23.12, Flutter 3.41.4, Dart 3.11.1.
Check the analysis log for details.