rigid_dart 0.1.2 copy "rigid_dart: ^0.1.2" to clipboard
rigid_dart: ^0.1.2 copied to clipboard

Rust-grade guardrails for Dart/Flutter. Enforces layout safety, state discipline, architecture boundaries, and modern Dart idioms as hard analyzer errors via custom_lint.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rigid_dart

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

dependencies:
  rigid_dart: ^0.1.2

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

Import it

Now in your Dart code, you can use:

import 'package:rigid_dart/rigid_dart.dart';
0
likes
60
points
11
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Rust-grade guardrails for Dart/Flutter. Enforces layout safety, state discipline, architecture boundaries, and modern Dart idioms as hard analyzer errors via custom_lint.

Repository (GitHub)
View/report issues

Topics

#linting #static-analysis #flutter #architecture #code-quality

License

MIT (license)

Dependencies

analyzer, custom_lint_builder, path, yaml

More

Packages that depend on rigid_dart