udara_cli 1.0.0 copy "udara_cli: ^1.0.0" to clipboard
udara_cli: ^1.0.0 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.0.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:udara_cli/build.dart';
import 'package:udara_cli/clean.dart';
import 'package:udara_cli/config.dart';
import 'package:udara_cli/core/core.dart';
import 'package:udara_cli/core/exceptions.dart';
import 'package:udara_cli/core/helper.dart';
import 'package:udara_cli/core/models/config_result.dart';
import 'package:udara_cli/core/models/splash_config_result.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/list_clients.dart';
import 'package:udara_cli/scripts.dart';
import 'package:udara_cli/set_up.dart';
import 'package:udara_cli/slack_test.dart';
import 'package:udara_cli/white_label.dart';
0
likes
140
points
--
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, http, path, process_run, yaml, yaml_edit

More

Packages that depend on udara_cli