oscortex_cli 0.1.0 copy "oscortex_cli: ^0.1.0" to clipboard
oscortex_cli: ^0.1.0 copied to clipboard

Build and run Flutter apps for OSCortex. Compiles a Flutter project into a universal .osx bundle (native aarch64 + x86_64 in one artifact) and previews it in an emulator across architectures.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate oscortex_cli

Use it

The package has the following executables:

$ osx

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add oscortex_cli

With Flutter:

 $ flutter pub add oscortex_cli

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

dependencies:
  oscortex_cli: ^0.1.0

Alternatively, 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:oscortex_cli/oscortex_cli.dart';
0
likes
130
points
16
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Build and run Flutter apps for OSCortex. Compiles a Flutter project into a universal .osx bundle (native aarch64 + x86_64 in one artifact) and previews it in an emulator across architectures.

License

AGPL-3.0 (license)

Dependencies

args, path

More

Packages that depend on oscortex_cli