meal_ports 0.0.6 copy "meal_ports: ^0.0.6" to clipboard
meal_ports: ^0.0.6 copied to clipboard

Meal 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 meal_ports

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

dependencies:
  meal_ports: ^0.0.6

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

Publisher

unverified uploader

Meal 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

common_ports, flutter

More

Packages that depend on meal_ports