udara_cli 1.1.2 copy "udara_cli: ^1.1.2" to clipboard
udara_cli: ^1.1.2 copied to clipboard

A CLI tool for managing whitelabel Flutter projects with multi-client support

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate udara_cli

Use it

The package has the following executables:

$ udara_cli

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add udara_cli

With Flutter:

 $ flutter pub add udara_cli

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

dependencies:
  udara_cli: ^1.1.2

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:udara_cli/commands.dart';
import 'package:udara_cli/commands/build.dart';
import 'package:udara_cli/commands/clean.dart';
import 'package:udara_cli/commands/config.dart';
import 'package:udara_cli/commands/diff.dart';
import 'package:udara_cli/commands/doctor.dart';
import 'package:udara_cli/commands/history.dart';
import 'package:udara_cli/commands/list_clients.dart';
import 'package:udara_cli/commands/set_up.dart';
import 'package:udara_cli/commands/slack_test.dart';
import 'package:udara_cli/commands/white_label.dart';
import 'package:udara_cli/core/core.dart';
import 'package:udara_cli/core/exceptions.dart';
import 'package:udara_cli/core/services/config_service.dart';
import 'package:udara_cli/core/services/slack_service.dart';
import 'package:udara_cli/core/services/white_label_service.dart';
import 'package:udara_cli/core/udara_command.dart';
import 'package:udara_cli/version.dart';
1
likes
160
points
309
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A CLI tool for managing whitelabel Flutter projects with multi-client support

Repository (GitHub)
View/report issues

Topics

#cli #whitelabel #flutter #build-tool

License

MIT (license)

Dependencies

args, glob, http, path, process_run, yaml, yaml_edit

More

Packages that depend on udara_cli