milsat_modules_flutter 1.0.3 copy "milsat_modules_flutter: ^1.0.3" to clipboard
milsat_modules_flutter: ^1.0.3 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.

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.

Features #

  • 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

Getting Started #

Add milsat_modules_flutter to your pubspec.yaml dependencies:

dependencies:
  milsat_modules_flutter: ^1.0.0

Import the package in your Dart code:

import 'package:milsat_modules_flutter/milsat_modules_flutter.dart';

Usage Example #

Here's a simple example of initializing a location service:

import 'package:milsat_modules_flutter/milsat_modules_flutter.dart';

void main() {
  final locationService = LocationService();
  // Use locationService to fetch hierarchical location data
}

Documentation #

License #

This package is licensed under the MIT License. See LICENSE for details.

0
likes
0
points
337
downloads

Publisher

unverified uploader

Weekly Downloads

Comprehensive Flutter package for geospatial data collection systems. Includes user management, dynamic form rendering, data export/sync, and hierarchical location services with Clean Architecture.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

device_info_plus, dio, dropdown_textfield, equatable, expressions, file_picker, flutter, flutter_bloc, flutter_secure_storage, flutter_svg, get_it, http, image_picker, intl, json_annotation, json_schema, path, path_provider, permission_handler, provider, shared_preferences, sqflite, uuid

More

Packages that depend on milsat_modules_flutter