dart_identity_sdk 5.26.5
dart_identity_sdk: ^5.26.5 copied to clipboard
Just a sdk for identity
We analyzed this package in the last hour, and awarded it 110 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
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.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting dart_identity_sdk... Discovering libraries... Linking elements... Precaching local docs for 1510788 elements... Initialized dartdoc with 2454 libraries Generating docs for library widgets/scaffold/state.dart from package:dart_identity_sdk/widgets/scaffold/state.dart... Generating docs for library widgets/scaffold/list_scaffold.dart from package:dart_identity_sdk/widgets/scaffold/list_scaffold.dart... Generating docs for library widgets/scaffold/single_scaffold.dart from package:dart_identity_sdk/widgets/scaffold/single_scaffold.dart... Generating docs for library widgets/scaffold/query_manager.dart from package:dart_identity_sdk/widgets/scaffold/query_manager.dart... Generating docs for library widgets/scaffold/appbar.dart from package:dart_identity_sdk/widgets/scaffold/appbar.dart... [59 more lines] ERR: warning: dart_identity_sdk has no library level documentation comments from dart_identity_sdk: (file:///tmp/pana_XBONIS/lib/dart_identity_sdk.dart:1:1) warning: kdialogs has no library level documentation comments from kdialogs: (file:///tmp/pana_XBONIS/lib/kdialogs/kdialogs.dart:1:1) error: file already written at "kdialogs/index.html" for symbol kdialogs: (file:///tmp/pana_XBONIS/lib/kdialogs/kdialogs.dart:1:1) conflicting with file already generated by kdialogs: (file:///tmp/pana_XBONIS/lib/kdialogs.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'kdialogs' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, or [16 more lines]
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Android
These platforms are not supported:
Package does not support platform `iOS`.
Because:
package:dart_identity_sdk/dart_identity_sdk.dartthat imports:package:dart_identity_sdk/kdialogs.dartthat imports:package:dart_identity_sdk/kdialogs/kdialogs.dartthat imports:package:dart_identity_sdk/kdialogs/src/about_dialog.dartthat imports:package:dart_identity_sdk/src/device_info.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `Windows`.
Because:
package:dart_identity_sdk/dart_identity_sdk.dartthat imports:package:dart_identity_sdk/sqlite/connection.dartthat imports:package:sqflite/sqflite.dartthat declares support for platforms:Android,iOS,macOS.
Package does not support platform `Linux`.
Because:
package:dart_identity_sdk/dart_identity_sdk.dartthat imports:package:dart_identity_sdk/sqlite/connection.dartthat imports:package:sqflite/sqflite.dartthat declares support for platforms:Android,iOS,macOS.
Package does not support platform `macOS`.
Because:
package:dart_identity_sdk/dart_identity_sdk.dartthat imports:package:dart_identity_sdk/kdialogs.dartthat imports:package:dart_identity_sdk/kdialogs/kdialogs.dartthat imports:package:dart_identity_sdk/kdialogs/src/about_dialog.dartthat imports:package:dart_identity_sdk/src/device_info.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `Web`.
Because:
package:dart_identity_sdk/dart_identity_sdk.dartthat imports:package:dart_identity_sdk/sqlite/connection.dartthat imports:package:sqflite/sqflite.dartthat declares support for platforms:Android,iOS,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:dart_identity_sdk/dart_identity_sdk.dartthat imports:package:dart_identity_sdk/kdialogs.dartthat imports:package:dart_identity_sdk/kdialogs/kdialogs.dartthat imports:package:dart_identity_sdk/kdialogs/src/about_dialog.dartthat imports:package:dart_identity_sdk/src/device_info.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
WARNING: Returning a 'Future' without 'await' inside a try block.
lib/src/pages/dbs/sqlite_tables_page.dart:251:7
╷
251 │ return db.rawQuery(
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/pages/dbs/sqlite_tables_page.dart
INFO: Missing type annotation.
lib/src/bases/storage/system_storage_manager.dart:17:3
╷
17 │ addprovide<T extends Storer>(
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/bases/storage/system_storage_manager.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
android_intent_plus |
^6.0.0 |
6.1.0 | 6.1.0 | |
archive |
^4.0.7 |
4.2.0 | 4.2.0 | |
args |
^2.7.0 |
2.7.0 | 2.7.0 | |
audioplayers |
^6.4.0 |
6.8.1 | 6.8.1 | |
file_picker |
^10.1.0 |
10.3.10 | 12.1.2 | |
flutter_bloc |
^9.1.1 |
9.1.1 | 9.1.1 | |
flutter_dotenv |
^6.0.1 |
6.0.1 | 6.0.1 | |
flutter_image_compress |
^2.4.0 |
2.5.1 | 2.5.1 | |
go_router |
^16.1.0 |
16.3.0 | 18.0.0 | |
http |
^1.4.0 |
1.6.0 | 1.6.0 | |
image_picker |
^1.1.2 |
1.2.3 | 1.2.3 | |
intl |
^0.20.2 |
0.20.3 | 0.20.3 | |
mobile_scanner |
^7.0.1 |
7.4.0 | 7.4.0 | |
open_file |
^3.5.11 |
3.5.11 | 4.0.0 | |
package_info_plus |
^8.1.2 |
8.3.1 | 10.2.1 | |
path |
^1.9.1 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.5 |
2.1.6 | 2.1.6 | |
provider |
^6.1.5 |
6.1.5+1 | 6.1.5+1 | |
share_plus |
^12.0.1 |
12.0.2 | 13.3.0 | |
shared_preferences |
^2.5.3 |
2.5.5 | 2.5.5 | |
shared_preferences_content_provider |
^0.0.5 |
0.0.5 | 0.0.5 | |
shelf |
^1.4.2 |
1.4.2 | 1.4.2 | |
sqflite |
^2.4.2 |
2.4.3 | 2.4.3 | |
sqflite_common_ffi |
^2.3.6 |
2.4.2+1 | 2.4.2+1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
audioplayers_android |
- | 5.3.0 | 5.3.0 | |
audioplayers_darwin |
- | 6.5.0 | 6.5.0 | |
audioplayers_linux |
- | 4.3.0 | 4.3.0 | |
audioplayers_platform_interface |
- | 7.2.0 | 7.2.0 | |
audioplayers_web |
- | 5.3.0 | 5.3.0 | |
audioplayers_windows |
- | 4.4.1 | 4.4.1 | |
bloc |
- | 9.2.1 | 9.2.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.3 | 1.1.3 | |
code_assets |
- | 2.0.0 | 2.0.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
cross_file |
- | 0.3.5+5 | 0.3.5+5 | |
crypto |
- | 3.0.7 | 3.0.7 | |
dbus |
- | 0.7.15 | 0.7.15 | |
ffi |
- | 2.2.0 | 2.2.0 | |
file |
- | 7.0.1 | 7.0.1 | |
file_selector_linux |
- | 0.9.4+1 | 0.9.4+1 | |
file_selector_macos |
- | 0.9.5+1 | 0.9.5+1 | |
file_selector_platform_interface |
- | 2.7.0 | 2.7.0 | |
file_selector_windows |
- | 0.9.3+6 | 0.9.3+6 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_image_compress_common |
- | 1.1.1 | 1.1.1 | |
flutter_image_compress_macos |
- | 1.1.0 | 1.1.0 | |
flutter_image_compress_ohos |
- | 0.0.3+1 | 0.0.3+1 | |
flutter_image_compress_platform_interface |
- | 1.1.0 | 1.1.0 | |
flutter_image_compress_web |
- | 0.1.5+1 | 0.1.5+1 | |
flutter_plugin_android_lifecycle |
- | 2.0.35 | 2.0.35 | |
glob |
- | 2.2.0 | 2.2.0 | |
hooks |
- | 2.2.0 | 2.2.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
image_picker_android |
- | 0.8.13+21 | 0.8.13+21 | |
image_picker_for_web |
- | 3.1.1 | 3.1.1 | |
image_picker_ios |
- | 0.8.13+7 | 0.8.13+7 | |
image_picker_linux |
- | 0.2.2 | 0.2.2 | |
image_picker_macos |
- | 0.2.2+1 | 0.2.2+1 | |
image_picker_platform_interface |
- | 2.11.1 | 2.11.1 | |
image_picker_windows |
- | 0.2.2 | 0.2.2 | |
jni |
- | 1.0.3 | 1.0.3 | |
jni_flutter |
- | 1.0.2 | 1.0.2 | |
jni_util |
- | 1.0.0 | 1.0.0 | |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
mime |
- | 2.1.0 | 2.1.0 | |
native_toolchain_c |
- | 0.19.4 | 0.19.4 | |
nested |
- | 1.0.0 | 1.0.0 | |
objective_c |
- | 9.6.0 | 9.6.0 | |
open_file_android |
- | 1.1.0 | 1.1.0 | |
open_file_ios |
- | 1.1.0 | 1.1.0 | |
open_file_linux |
- | 0.0.5 | 1.1.0 | |
open_file_mac |
- | 1.1.0 | 1.1.0 | |
open_file_platform_interface |
- | 1.1.0 | 1.1.0 | |
open_file_web |
- | 0.0.4 | 1.1.0 | |
open_file_windows |
- | 0.0.3 | 1.1.0 | |
package_config |
- | 3.0.0 | 3.0.0 | |
package_info_plus_platform_interface |
- | 3.2.1 | 4.1.0 | |
path_provider_android |
- | 2.3.1 | 2.3.1 | |
path_provider_foundation |
- | 2.6.0 | 2.6.0 | |
path_provider_linux |
- | 2.2.2 | 2.2.2 | |
path_provider_platform_interface |
- | 2.1.3 | 2.1.3 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
posix |
- | 6.5.2 | 6.5.2 | |
process |
- | 5.0.6 | 5.0.6 | |
pub_semver |
- | 2.2.1 | 2.2.1 | |
record_use |
- | 1.1.1 | 1.1.1 | |
share_plus_platform_interface |
- | 6.1.0 | 7.2.0 | |
shared_preferences_android |
- | 2.4.28 | 2.4.28 | |
shared_preferences_foundation |
- | 2.5.7 | 2.5.7 | |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 | |
shared_preferences_platform_interface |
- | 2.4.2 | 2.4.2 | |
shared_preferences_web |
- | 2.4.3 | 2.4.3 | |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
sqflite_android |
- | 2.4.3 | 2.4.3 | |
sqflite_common |
- | 2.5.11 | 2.5.11 | |
sqflite_darwin |
- | 2.4.3+1 | 2.4.3+1 | |
sqflite_platform_interface |
- | 2.4.1 | 2.4.1 | |
sqlite3 |
- | 3.5.2 | 3.5.2 | |
stack_trace |
- | 1.12.2 | 1.12.2 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.1+2 | 3.4.1+2 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
url_launcher_linux |
- | 3.2.3 | 3.2.3 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.3 | 2.4.3 | |
url_launcher_windows |
- | 3.1.6 | 3.1.6 | |
uuid |
- | 4.6.0 | 4.6.0 | |
vector_math |
- | 2.4.2 | 2.4.2 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 5.15.0 | 6.4.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
xml |
- | 7.0.1 | 7.0.1 | |
yaml |
- | 3.1.4 | 3.1.4 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 5 issues. Showing the first 2:
The constraint `^10.1.0` on file_picker does not support the stable version `11.0.0`.
Try running dart pub upgrade --major-versions file_picker to update the constraint.
The constraint `^16.1.0` on go_router does not support the stable version `17.0.0`.
Try running dart pub upgrade --major-versions go_router 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.18, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.