Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 545 Bytes

File metadata and controls

20 lines (14 loc) · 545 Bytes

Echidna DTO

This repository contains DTOs (Data Transfer Objects) for the Echidna project. These DTOs are used by the echidna_webui and echidna_server.

Installation

Add this project as a dependency to your pubspec.yaml file.

dependencies:
  echidna_dto:
    git:
      url: https://github.com/necodeIT/echidna_dto.git

After that you can import the DTOs in your project.

import 'package:echidna_dto/echidna_dto.dart';