clean_core 1.2.1-SNAPSHOT.20220116 copy "clean_core: ^1.2.1-SNAPSHOT.20220116" to clipboard
clean_core: ^1.2.1-SNAPSHOT.20220116 copied to clipboard

discontinued
outdated

`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.2.1-SNAPSHOT.20220116

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
0
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

`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

License

unknown (license)

Dependencies

flutter, flutter_web_plugins

More

Packages that depend on clean_core

Packages that implement clean_core