emb_cli 0.3.1 copy "emb_cli: ^0.3.1" to clipboard
emb_cli: ^0.3.1 copied to clipboard

Flutter Embedder CLI: provision an embedded-Linux Flutter workspace and build ivi-homescreen bundles (cross-compiled AOT for arm64/riscv64).

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate emb_cli

Use it

The package has the following executables:

$ emb

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add emb_cli

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

dependencies:
  emb_cli: ^0.3.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:emb_cli/emb_cli.dart';
0
likes
0
points
411
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter Embedder CLI: provision an embedded-Linux Flutter workspace and build ivi-homescreen bundles (cross-compiled AOT for arm64/riscv64).

Repository (GitHub)
View/report issues

Topics

#flutter #embedded-linux #cross-compilation #cli #yocto

License

unknown (license)

Dependencies

args, brew_dart, cli_completion, crypto, mason_logger, packagekit_dart, path, pub_semver, pub_updater, winget_dart, yaml

More

Packages that depend on emb_cli