ios_preflight 1.0.0
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');
}