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

A clean architecture implementation for Flutter.

example/clean_features_example.dart

import 'package:clean_features/clean_features.dart';

void main() {
  var awesome = Awesome();
  print('awesome: ${awesome.isAwesome}');
}
0
likes
150
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

A clean architecture implementation for Flutter.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on clean_features