utakata 0.4.0 copy "utakata: ^0.4.0" to clipboard
utakata: ^0.4.0 copied to clipboard

A Dart CLI tool for building Flutter apps with Clean Architecture 4-layer structure, designed for human and AI agent collaboration.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate utakata

Use it

The package has the following executables:

$ utakata

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add utakata

With Flutter:

 $ flutter pub add utakata

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

dependencies:
  utakata: ^0.4.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:utakata/utakata.dart';
1
likes
150
points
454
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Dart CLI tool for building Flutter apps with Clean Architecture 4-layer structure, designed for human and AI agent collaboration.

Repository (GitHub)
View/report issues

License

GPL-3.0 (license)

Dependencies

args, io, path, yaml

More

Packages that depend on utakata