google_geofence_helper 1.0.0
google_geofence_helper: ^1.0.0 copied to clipboard
A Flutter package that provides an interactive map widget for creating and editing geofences, perfect for defining delivery zones, service areas, or any other geofenced regions.
1.0.0-dev.1 #
Initial development release of the google_geofence_helper package.
Features #
- Interactive polygon drawing on Google Maps
- Built-in floating action button controls
- Custom control support through controller interface
- Responsive design for mobile and web platforms
- Vertex placement and dragging
- Real-time polygon updates
- Map type toggle (satellite/normal)
- Edit mode with visual feedback
- Configurable styling options
- Platform-specific implementations (iOS, Android, Web)
Implementation Details #
- Marker customization for better touch targets
- Environment variable configuration for API keys
- Comprehensive example application with both default and custom controls
- Support for initial polygon points
- Polygon opacity and stroke width customization
- Map gesture controls (tilt, rotate, zoom)