milsat_modules_flutter 1.2.1
milsat_modules_flutter: ^1.2.1 copied to clipboard
Comprehensive Flutter package for geospatial data collection systems. Includes user management, dynamic form rendering, data export/sync, and hierarchical location services with Clean Architecture.
1.2.1 #
Initial Stable Release #
This release introduces the first stable version of milsat_modules_flutter, a comprehensive Flutter package for geospatial data collection, user management, dynamic form rendering, data export/sync, and hierarchical location services. Built with feature-first Clean Architecture, each module is independent and can be used standalone or integrated together.
Highlights
- Common Module: Shared entities, error/result models, network utilities, and configuration.
- User Module: Authentication, user management, project compendium, white-label config, and verification address support.
- Form Module: Dynamic form rendering, validation, conditional logic, script evaluation, and reusable UI widgets.
- Data Module: Data management, export, sync, survey entities, and configuration import.
- Location Module: Hierarchical location services, CSV-based data management, polling units, wards, LGAs, and more.
Architecture
- Feature-first Clean Architecture
- Dependency injection and modular design
- All modules export domain entities, repository interfaces, and service APIs
Other
- Compatible with Flutter >=3.8.1
- Includes unit and integration test support
See README and documentation for usage examples and integration details.