emulators 0.5.1 copy "emulators: ^0.5.1" to clipboard
emulators: ^0.5.1 copied to clipboard

A utility library to automate mobile emulators. Wraps `xcrun` for iOS and the Android CLI tools.

15
likes
120/ 140
pub points
69%
popularity

We analyzed this package 9 hours ago, and awarded it 120 pub points (of a possible 140):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

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.

OK
Provide documentation
20 / 20trigger folding of the section

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

27 out of 93 API elements (29.0 %) have documentation comments.

Some symbols that are missing documentation: emulators, emulators.Device.clone, emulators.Device.forEach, emulators.Device.list, emulators.Device.platform.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:emulators/emulators.dart that imports:
  • package:emulators/src/utils/process.dart that imports:
  • dart:io
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 14 issues. Showing the first 2:

WARNING: The parameter type of '==' operators should be non-nullable.

lib/src/device/device_error.freezed.dart:166:17

    ╷
166 │   bool operator ==(dynamic other) {
    │                 ^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/device/device_error.freezed.dart

WARNING: The parameter type of '==' operators should be non-nullable.

lib/src/device/device_error.freezed.dart:344:17

    ╷
344 │   bool operator ==(dynamic other) {
    │                 ^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/device/device_error.freezed.dart

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

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

Package Constraint Compatible Latest
elemental ^0.1.0 0.1.2 0.1.2
freezed_annotation any 2.4.1 2.4.1
json_annotation ^4.8.0 4.9.0 4.9.0
path ^1.8.0 1.9.0 1.9.0
Transitive dependencies
Package Constraint Compatible Latest
collection - 1.18.0 1.18.0
fast_immutable_collections - 9.2.1 10.2.2
fpdart - 1.1.0 1.1.0
meta - 1.14.0 1.14.0
nucleus - 0.4.0 0.4.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

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.

15
likes
120
pub points
69%
popularity

Publisher

verified publishertimsmart.co

A utility library to automate mobile emulators. Wraps `xcrun` for iOS and the Android CLI tools.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

elemental, freezed_annotation, json_annotation, path

More

Packages that depend on emulators