Welcome to EVE Frontier, an open-source collection of Dart & Flutter packages and tools designed for developers and players of the EVE Frontier game.
This repository is a monorepo containing packages for working with the game API, visualizing maps, building custom tools, and creating apps.
packages/
├── api/ → Dart API client for EVE Frontier
├── map/ → Map components and visualization (Coming soon)
├── tools/ → Utilities (calculators, parsers) (Coming soon)
└── components/ → Shared Flutter UI widgets (Coming soon)
apps/
├── dashboard/ → Player companion app (Coming soon)
└── viewer/ → Lightweight map viewer (Coming soon)
Some packages will be available on pub.dev. Check each package's folder for publishing details, versioning, and instructions.
| Package | Pub Link |
|---|---|
evefrontier_api |
(Coming soon) |
evefrontier_map |
(Coming soon) |
evefrontier_tools |
(Coming soon) |
- Clone the repo
git clone https://github.com/dip-develop/evefrontier.git
cd evefrontier- Install dependencies
dart pub get- Run tests
dart testPlease read our Contributing Guide and Code of Conduct before submitting a PR.
This project is licensed under the MIT License. You are free to use, modify, and distribute.
- Issues & feature requests → GitHub Issues
- Discussions → (Coming soon)