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

A strict, powerful, and automated architectural boundary enforcement tool for Flutter projects. It intercepts runtime data flows to prevent Clean Architecture violations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add clean_warden_flutter

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

dependencies:
  clean_warden_flutter: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:clean_warden_flutter/clean_warden_flutter.dart';
2
likes
160
points
135
downloads

Documentation

API reference

Publisher

verified publishermomarkhan.com

Weekly Downloads

A strict, powerful, and automated architectural boundary enforcement tool for Flutter projects. It intercepts runtime data flows to prevent Clean Architecture violations.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

bloc, flutter, flutter_bloc, flutter_riverpod, meta, riverpod

More

Packages that depend on clean_warden_flutter