emkore 0.3.0 copy "emkore: ^0.3.0" to clipboard
emkore: ^0.3.0 copied to clipboard

A foundational Clean Architecture core library for Dart providing abstract base classes, interfaces, and utilities for building scalable business applications with built-in authorization, validation, [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add emkore

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

dependencies:
  emkore: ^0.3.0

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:emkore/emkore.dart';
1
likes
0
points
45
downloads

Publisher

verified publisheremko.dev

Weekly Downloads

A foundational Clean Architecture core library for Dart providing abstract base classes, interfaces, and utilities for building scalable business applications with built-in authorization, validation, and interceptor pipelines.

Homepage

Topics

#clean #architecture #core #emko #domain

License

unknown (license)

Dependencies

meta, uuid

More

Packages that depend on emkore