-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Christian Beier edited this page Nov 4, 2025
·
3 revisions
Welcome to the official developer documentation for Xolmis Mobile — a field data collection app focused on ornithological research.
Xolmis Mobile is a Flutter-based application designed to assist researchers and field technicians in recording bird-related data. It supports modules for:
- Species inventories
- Nest monitoring
- Specimen collection
- Field journal entries
- Basic statistics and data visualization
The app is optimized for offline use and structured data entry, aiming to replace traditional paper-based methods with a modern, reliable digital tool.
This Wiki is intended for developers and contributors. It provides:
- Technical architecture and folder structure
- Details on each module and feature
- Guides for exporting data and integrating with native platforms
- Setup instructions and contribution guidelines
- Built with Flutter and Dart
- Uses SQLite for local data persistence
- Supports CSV, Excel, JSON and KML exports
- Handles local notifications, permissions, and geolocation
We welcome collaboration! Whether you're fixing bugs, improving performance, or adding new features, check out the Developer Guide to get started.
Ready to explore? Start with the Architecture page to understand how Xolmis Mobile is built.