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.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate ios_preflightUse it
The package has the following executables:
$ ios_preflight
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add ios_preflightWith Flutter:
$ flutter pub add ios_preflightThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ios_preflight: ^1.0.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:ios_preflight/ios_preflight.dart';