ios_preflight 1.0.0 copy "ios_preflight: ^1.0.0" to clipboard
ios_preflight: ^1.0.0 copied to clipboard

A Flutter dev-dependency CLI that validates a project's iOS submission readiness before you build or open Xcode.

example/ios_preflight_example.dart

// Run the CLI from a Flutter project root that has ios_preflight added as a
// dev_dependency:
//
//   dart run ios_preflight
//
// This file exists so pub.flutter-io.cn renders an example section.

import 'package:ios_preflight/ios_preflight.dart';

void main() {
  print('ios_preflight version: $iosPreflightVersion');
}
0
likes
160
points
65
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter dev-dependency CLI that validates a project's iOS submission readiness before you build or open Xcode.

Repository (GitHub)
View/report issues

Topics

#ios #flutter #cli #preflight #lint

License

MIT (license)

Dependencies

yaml

More

Packages that depend on ios_preflight