flutter_unify 1.0.5
flutter_unify: ^1.0.5 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 13 hours ago, and awarded it 150 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
1139 out of 1510 API elements (75.4 %) have documentation comments.
Some symbols that are missing documentation: flutter_unify.AIConfig.AIConfig.new
, flutter_unify.AIConfig.enableImageRecognition
, flutter_unify.AIConfig.enableMLKit
, flutter_unify.AIConfig.enablePredictiveText
, flutter_unify.AIConfig.enableSmartFeatures
.
10/10 points: Package has an example
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 not compatible with platform Web
Because:
package:flutter_unify/flutter_unify.dart
that imports:package:flutter_unify/src/unified/background_services.dart
that imports:package:flutter_unify/src/common/platform_detector.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:flutter_unify/flutter_unify.dart
that imports:package:flutter_unify/src/unified/background_services.dart
that imports:package:flutter_unify/src/common/platform_detector.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on macOS
It does not contain macos/flutter_unify/Package.swift
.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
See https://docs.flutter.dev/to/spm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 44 issues. Showing the first 2:
INFO: Dangling library doc comment.
bin/cli.dart:3:1
╷
3 │ /// Flutter Unify CLI - Code generation and project setup tool
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze bin/cli.dart
INFO: Can't use a relative path to import a library in 'lib'.
bin/cli.dart:32:8
╷
32 │ import '../lib/src/feature_flags/feature_flags.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze bin/cli.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
camera |
^0.11.2 |
0.11.2 | 0.11.2 | |
connectivity_plus |
^7.0.0 |
7.0.0 | 7.0.0 | |
crypto |
^3.0.6 |
3.0.6 | 3.0.6 | |
device_info_plus |
>=9.1.0 <13.0.0 |
12.1.0 | 12.1.0 | |
dio |
^5.9.0 |
5.9.0 | 5.9.0 | |
ffi |
^2.1.4 |
2.1.4 | 2.1.4 | |
flutter_local_notifications |
>=17.0.0 <20.0.0 |
19.4.2 | 19.4.2 | |
hive_flutter |
^1.1.0 |
1.1.0 | 1.1.0 | |
image_picker |
^1.2.0 |
1.2.0 | 1.2.0 | |
local_auth |
^2.3.0 |
2.3.0 | 2.3.0 | |
meta |
^1.16.0 |
1.16.0 | 1.17.0 | |
package_info_plus |
>=4.2.0 <10.0.0 |
9.0.0 | 9.0.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.5.3 |
2.5.3 | 2.5.3 | |
sqflite |
^2.4.2 |
2.4.2 | 2.4.2 | |
universal_html |
^2.2.4 |
2.2.4 | 2.2.4 | |
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
.
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.22.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.