dart_xcodeproj 0.2.0 copy "dart_xcodeproj: ^0.2.0" to clipboard
dart_xcodeproj: ^0.2.0 copied to clipboard

Dart library for parsing and working with Xcode projects. Manipulates .xcodeproj, .xcworkspace, .xcscheme, and .xcconfig files. Pure Dart, cross-platform (macOS, Windows, Linux), zero native code.

140/ 160
pub points
14.9k
downloads

We analyzed this package 7 days ago, and awarded it 140 pub points (of a possible 160):

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

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

643 out of 779 API elements (82.5 %) have documentation comments.

Some symbols that are missing documentation: dart_xcodeproj.AbstractBuildPhase.AbstractBuildPhase.new, dart_xcodeproj.AbstractObject.AbstractObject.new, dart_xcodeproj.AbstractSchemeAction.AbstractSchemeAction.new, dart_xcodeproj.AbstractTarget.AbstractTarget.new, dart_xcodeproj.AbstractTarget.buildConfigurationList.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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:dart_xcodeproj/dart_xcodeproj.dart that imports:
  • package:dart_xcodeproj/src/differ/differ.dart that imports:
  • package:dart_xcodeproj/src/project/xcode_project.dart that imports:
  • package:dart_xcodeproj/src/plist/plist_reader.dart that imports:
  • dart:io
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 89 issues. Showing the first 2:

INFO: Statements in an if should be enclosed in a block.

lib/src/pbx/groupable_helper.dart:52:9

   ╷
52 │         break; // cycle guard — prevents infinite loop
   │         ^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/pbx/groupable_helper.dart

INFO: Statements in an if should be enclosed in a block.

lib/src/pbx/pbx_build_phase.dart:566:11

    ╷
566 │           into[_kInputFileListPaths] = inputFileListPaths;
    │           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/pbx/pbx_build_phase.dart

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

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

Package Constraint Compatible Latest Notes
args >=2.4.2 <3.0.0 2.7.0 2.7.0
crypto ^3.0.7 3.0.7 3.0.7
mason_logger ^0.3.3 0.3.5 0.3.5
path ^1.9.1 1.9.1 1.9.1
propertylistserialization ^1.5.0 1.5.0 1.5.0
xml ^7.0.0 7.0.1 7.0.1
yaml_writer ^2.1.0 2.1.0 2.1.0
Transitive dependencies
Package Constraint Compatible Latest Notes
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
ffi - 2.2.0 2.2.0
io - 1.0.5 1.0.5
meta - 1.18.2 1.18.2
petitparser - 7.0.2 7.0.2
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
win32 - 5.15.0 6.3.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.12, Dart 3.12.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
140
points
14.9k
downloads

Documentation

API reference

Publisher

verified publisherangelocassano.it

Weekly Downloads

Dart library for parsing and working with Xcode projects. Manipulates .xcodeproj, .xcworkspace, .xcscheme, and .xcconfig files. Pure Dart, cross-platform (macOS, Windows, Linux), zero native code.

Repository (GitHub)
View/report issues

Topics

#xcode #ios #macos #xcodeproj

License

MIT (license)

Dependencies

args, crypto, mason_logger, path, propertylistserialization, xml, yaml_writer

More

Packages that depend on dart_xcodeproj