clean_warden_flutter 1.0.0
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_flutterThis 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.0Alternatively, 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';