device_meta 2.0.1 copy "device_meta: ^2.0.1" to clipboard
device_meta: ^2.0.1 copied to clipboard

Basic information about the user's device. Fetch the device's model, manufacturer, operating system, version and more.

6
likes
150/ 160
pub points
58%
popularity

We analyzed this package 30 hours ago, and awarded it 150 pub points (of a possible 160):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: device_meta,
    • contains a version property, and,
    • does not contain a publish_to property.

Unable to access git repository: Could not accept branch name: 2.x.

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.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

7 out of 19 API elements (36.8 %) have documentation comments.

Some symbols that are missing documentation: device_meta, device_meta.DeviceMeta.brand, device_meta.DeviceMeta.countryCode, device_meta.DeviceMeta.instance, device_meta.DeviceMeta.manufacturer.

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

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:device_meta/device_meta.dart that imports:
  • package:nylo_support/local_storage/local_storage.dart that imports:
  • package:nylo_support/nylo.dart that imports:
  • package:nylo_support/exceptions/validation_exception.dart that imports:
  • package:nylo_support/validation/rules.dart that imports:
  • package:nylo_support/helpers/extensions.dart that imports:
  • package:nylo_support/helpers/ny_logger.dart that imports:
  • package:nylo_support/helpers/helper.dart that imports:
  • package:app_badge_plus/app_badge_plus.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:device_meta/device_meta.dart that imports:
  • package:nylo_support/local_storage/local_storage.dart that imports:
  • package:nylo_support/nylo.dart that imports:
  • package:nylo_support/exceptions/validation_exception.dart that imports:
  • package:nylo_support/validation/rules.dart that imports:
  • package:nylo_support/helpers/extensions.dart that imports:
  • package:nylo_support/helpers/ny_logger.dart that imports:
  • package:nylo_support/helpers/helper.dart that imports:
  • package:app_badge_plus/app_badge_plus.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:device_meta/device_meta.dart that imports:
  • package:nylo_support/local_storage/local_storage.dart that imports:
  • package:nylo_support/nylo.dart that imports:
  • package:nylo_support/exceptions/validation_exception.dart that imports:
  • package:nylo_support/validation/rules.dart that imports:
  • package:nylo_support/helpers/extensions.dart that imports:
  • package:nylo_support/helpers/ny_logger.dart that imports:
  • package:nylo_support/helpers/helper.dart that imports:
  • package:app_badge_plus/app_badge_plus.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:device_meta/device_meta.dart that imports:
  • package:nylo_support/local_storage/local_storage.dart that imports:
  • package:nylo_support/nylo.dart that imports:
  • package:nylo_support/exceptions/validation_exception.dart that imports:
  • package:nylo_support/validation/rules.dart that imports:
  • package:nylo_support/helpers/extensions.dart that imports:
  • package:nylo_support/helpers/ny_logger.dart that imports:
  • package:nylo_support/helpers/helper.dart that imports:
  • package:nylo_support/networking/ny_api_service.dart that imports:
  • package:nylo_support/networking/dio_api_service.dart that imports:
  • package:nylo_support/helpers/ny_cache.dart that imports:
  • package:path_provider/path_provider.dart that 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:device_meta/device_meta.dart that imports:
  • package:nylo_support/local_storage/local_storage.dart that imports:
  • package:nylo_support/nylo.dart that imports:
  • package:flutter_local_notifications/flutter_local_notifications.dart that imports:
  • package:flutter_local_notifications/src/notification_details.dart that imports:
  • package:flutter_local_notifications_linux/flutter_local_notifications_linux.dart that declares support for platforms: Linux.
Package does not support platform `iOS`.

Because:

  • package:device_meta/device_meta.dart that imports:
  • package:nylo_support/local_storage/local_storage.dart that imports:
  • package:nylo_support/nylo.dart that imports:
  • package:flutter_local_notifications/flutter_local_notifications.dart that imports:
  • package:flutter_local_notifications/src/notification_details.dart that imports:
  • package:flutter_local_notifications_linux/flutter_local_notifications_linux.dart that declares support for platforms: Linux.

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:device_meta/device_meta.dart that imports:
  • package:nylo_support/local_storage/local_storage.dart that imports:
  • package:nylo_support/nylo.dart that imports:
  • package:nylo_support/exceptions/validation_exception.dart that imports:
  • package:nylo_support/validation/rules.dart that imports:
  • package:nylo_support/helpers/extensions.dart that imports:
  • package:nylo_support/helpers/ny_logger.dart that imports:
  • package:nylo_support/helpers/helper.dart that imports:
  • package:nylo_support/networking/ny_api_service.dart that imports:
  • package:nylo_support/networking/dio_api_service.dart that imports:
  • package:nylo_support/helpers/ny_cache.dart that imports:
  • package:path_provider/path_provider.dart that imports:
  • package:path_provider_platform_interface/path_provider_platform_interface.dart that imports:
  • package:path_provider_platform_interface/src/method_channel_path_provider.dart that imports:
  • package:platform/platform.dart that imports:
  • package:platform/src/interface/local_platform.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.dev/web/wasm for details.

OK
Pass static analysis
50 / 50trigger folding of the section

50/50 points: code has no errors, warnings, lints, or formatting issues

OK
Support up-to-date dependencies
40 / 40trigger folding of the section

10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
device_info_plus ^11.1.1 11.1.1 11.1.1
flutter flutter 0.0.0 0.0.0
nylo_support ^6.1.1 6.4.0 6.4.0
universal_platform ^1.1.0 1.1.0 1.1.0
uuid ^4.4.0 4.5.1 4.5.1
Transitive dependencies
Package Constraint Compatible Latest
animate_do - 3.3.4 3.3.4
app_badge_plus - 1.1.6 1.1.6
args - 2.6.0 2.6.0
async - 2.12.0 2.12.0
base58check - 2.0.0 2.0.0
bech32 - 0.2.2 0.2.2
characters - 1.3.0 1.3.1
clock - 1.1.1 1.1.2
collection - 1.18.0 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.6 3.0.6
date_field - 5.3.0 5.3.0
dbus - 0.7.10 0.7.10
device_info_plus_platform_interface - 7.0.1 7.0.1
dio - 5.7.0 5.7.0
dio_web_adapter - 2.0.0 2.0.0
equatable - 2.0.5 2.0.5
error_stack - 1.9.0 1.9.0
ffi - 2.1.3 2.1.3
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
flutter_dotenv - 5.2.1 5.2.1
flutter_local_notifications - 18.0.1 18.0.1
flutter_local_notifications_linux - 5.0.0 5.0.0
flutter_local_notifications_platform_interface - 8.0.0 8.0.0
flutter_localizations - 0.0.0 0.0.0
flutter_multi_formatter - 2.13.0 2.13.0
flutter_secure_storage - 9.2.2 9.2.2
flutter_secure_storage_linux - 1.2.1 1.2.1
flutter_secure_storage_macos - 3.1.2 3.1.2
flutter_secure_storage_platform_interface - 1.1.2 1.1.2
flutter_secure_storage_web - 1.2.1 1.2.1
flutter_secure_storage_windows - 3.1.2 3.1.2
flutter_staggered_grid_view - 0.7.0 0.7.0
flutter_styled_toast - 2.2.1 2.2.1
flutter_timezone - 3.0.1 3.0.1
flutter_web_plugins - 0.0.0 0.0.0
get_time_ago - 2.0.0 2.0.0
http_parser - 4.0.2 4.1.1
intl - 0.19.0 0.20.0
js - 0.6.7 0.7.1
mask_text_input_formatter - 2.9.0 2.9.0
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
path - 1.9.0 1.9.1
path_provider - 2.1.5 2.1.5
path_provider_android - 2.2.12 2.2.12
path_provider_foundation - 2.4.0 2.4.0
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
petitparser - 6.0.2 6.0.2
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
pretty_dio_logger - 1.4.0 1.4.0
pull_to_refresh_flutter3 - 2.0.2 2.0.2
recase - 4.1.0 4.1.0
rxdart - 0.28.0 0.28.0
shared_preferences - 2.3.3 2.3.3
shared_preferences_android - 2.3.3 2.3.3
shared_preferences_foundation - 2.5.3 2.5.3
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.2 2.4.2
shared_preferences_windows - 2.4.1 2.4.1
skeletonizer - 1.4.2 1.4.2
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
sprintf - 7.0.0 7.0.0
string_scanner - 1.4.0 1.4.0
term_glyph - 1.2.1 1.2.1
theme_provider - 0.6.0 0.6.0
timezone - 0.9.4 0.10.0
typed_data - 1.4.0 1.4.0
url_launcher - 6.3.1 6.3.1
url_launcher_android - 6.3.14 6.3.14
url_launcher_ios - 6.3.1 6.3.1
url_launcher_linux - 3.2.1 3.2.1
url_launcher_macos - 3.2.1 3.2.1
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.3.3 2.3.3
url_launcher_windows - 3.1.3 3.1.3
validated - 2.0.0 2.0.0
vector_math - 2.1.4 2.1.4
web - 1.1.0 1.1.0
win32 - 5.8.0 5.8.0
win32_registry - 1.1.5 2.0.0
xdg_directories - 1.1.0 1.1.0
xml - 6.5.0 6.5.0

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.15, Flutter 3.24.4, Dart 3.5.4.

Check the analysis log for details.

6
likes
150
pub points
58%
popularity

Publisher

verified publishernylo.dev

Basic information about the user's device. Fetch the device's model, manufacturer, operating system, version and more.

Homepage
Repository (GitHub)
View/report issues

Topics

#device-info #device-meta #operating-system

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

device_info_plus, flutter, nylo_support, universal_platform, uuid

More

Packages that depend on device_meta