common_ports 0.0.5 copy "common_ports: ^0.0.5" to clipboard
common_ports: ^0.0.5 copied to clipboard

Common Ports is a set of helpful abstract classes to use with Hexagonal Architecture.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add common_ports

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

dependencies:
  common_ports: ^0.0.5

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:common_ports/common_ports.dart';
0
likes
130
pub points
0%
popularity

Publisher

unverified uploader

Common Ports is a set of helpful abstract classes to use with Hexagonal Architecture.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on common_ports