statekit_cli 1.0.0 copy "statekit_cli: ^1.0.0" to clipboard
statekit_cli: ^1.0.0 copied to clipboard

CLI tool for rapidly scaffolding Flutter projects with StateKit architecture and code generation.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate statekit_cli

Use it

The package has the following executables:

$ statekit

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add statekit_cli

With Flutter:

 $ flutter pub add statekit_cli

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

dependencies:
  statekit_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:statekit_cli/statekit_cli.dart';
2
likes
130
points
22
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

CLI tool for rapidly scaffolding Flutter projects with StateKit architecture and code generation.

Repository (GitHub)

Topics

#statekit #statekit-cli

Documentation

API reference

License

MIT (license)

Dependencies

dart_console, dart_style, pubspec_parse

More

Packages that depend on statekit_cli