reown_cli 0.0.4 copy "reown_cli: ^0.0.4" to clipboard
reown_cli: ^0.0.4 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

With Flutter:

 $ flutter 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.4

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:reown_cli/reown_cli.dart';
2
likes
140
points
40
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

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

args, http, path, process_run, pub_semver

More

Packages that depend on reown_cli