xcross 1.0.3 copy "xcross: ^1.0.3" to clipboard
xcross: ^1.0.3 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

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.0.3

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';
0
likes
0
points
948
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Topics

#ios #flutter #cli #cross-compilation

License

unknown (license)

Dependencies

apple_developer_kit, archive, args, async, basic_utils, build_cli_annotations, cli_kit, cli_util, completion, crypto, dart_mobile_device, darwin_sdk_kit, dds, frontend_server_kit, http, meta, path, pointycastle, posix, propertylistserialization, pure, standard_message_codec, vm_service, web_socket_channel, xml, yaml

More

Packages that depend on xcross