milsat_modules_flutter 1.3.4
milsat_modules_flutter: ^1.3.4 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.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add milsat_modules_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
milsat_modules_flutter: ^1.3.4Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:milsat_modules_flutter/milsat_modules_flutter.dart';