xcross 1.4.1 copy "xcross: ^1.4.1" to clipboard
xcross: ^1.4.1 copied to clipboard

Build, run, and hot-reload Flutter iOS apps natively from Linux and Windows with official Swift and LLVM toolchains and no xtool runtime.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate xcross

Use it

The package has the following executables:

$ xcross
$ xcrun

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add xcross

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  xcross: ^1.4.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:xcross/xcross.dart';