flutter_devops_kit 0.1.3 copy "flutter_devops_kit: ^0.1.3" to clipboard
flutter_devops_kit: ^0.1.3 copied to clipboard

FKIT (Flutter DevOps Kit) is a CLI toolkit for Flutter build automation, code generation, Firebase distribution, reusable modules, and project workflows.

example/example.dart

/// Flutter DevOps Kit example workflow.
///
/// FKIT is primarily used as a command-line application.
///
/// Install globally:
///
/// ```bash
/// dart pub global activate flutter_devops_kit
/// ```
///
/// Initialize FKIT inside a Flutter project:
///
/// ```bash
/// fkit init
/// ```
///
/// Setup the project using the selected architecture template:
///
/// ```bash
/// fkit setup
/// ```
///
/// Generate a feature:
///
/// ```bash
/// fkit feat auth
/// ```
///
/// Install a reusable module:
///
/// ```bash
/// fkit install network
/// ```
void main() {}
20
likes
160
points
201
downloads
screenshot

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

FKIT (Flutter DevOps Kit) is a CLI toolkit for Flutter build automation, code generation, Firebase distribution, reusable modules, and project workflows.

Repository (GitHub)
View/report issues

Topics

#flutter #cli #automation #devops #code-generation

License

MIT (license)

Dependencies

analyzer, args, mason_logger, package_config, path, yaml, yaml_edit

More

Packages that depend on flutter_devops_kit