This repository contains DTOs (Data Transfer Objects) for the Echidna project. These DTOs are used by the echidna_webui and echidna_server.
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';