clean_core 1.4.0-SNAPSHOT.20221217 copy "clean_core: ^1.4.0-SNAPSHOT.20221217" to clipboard
clean_core: ^1.4.0-SNAPSHOT.20221217 copied to clipboard

discontinued

`clean_core` es framework para estructurar y organizar el código de una aplicación siguiendo UNA VARIANTE de Clean Architecture de Robert C. Martin (Uncle Bob)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add clean_core

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

dependencies:
  clean_core: ^1.4.0-SNAPSHOT.20221217

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_core/clean_core.dart';
3
likes
120
pub points
9%
popularity

Publisher

unverified uploader

`clean_core` es framework para estructurar y organizar el código de una aplicación siguiendo UNA VARIANTE de Clean Architecture de Robert C. Martin (Uncle Bob)

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, flutter_web_plugins

More

Packages that depend on clean_core