reown_cli 0.0.3 copy "reown_cli: ^0.0.3" to clipboard
reown_cli: ^0.0.3 copied to clipboard

A command-line tool for creating Flutter projects with Reown AppKit SDK integration.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate reown_cli

Use it

The package has the following executables:

$ reown

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add reown_cli

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

dependencies:
  reown_cli: ^0.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:reown_cli/reown_cli.dart';
2
likes
0
points
16
downloads

Publisher

verified publisherreown.com

Weekly Downloads

A command-line tool for creating Flutter projects with Reown AppKit SDK integration.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, http, path, process_run, pub_semver

More

Packages that depend on reown_cli