smart_location 0.0.1
smart_location: ^0.0.1 copied to clipboard
Smart Location is a Flutter package that provides an all-in-one solution for location handling, including real-time updates, last known location, geofencing, distance & bearing calculations, backgroun [...]
All notable changes to this project will be documented in this file.
0.0.1 - 2026-03-26 #
Added #
- Initial release of Smart Location Flutter package
- Get current location of the device
- Get last known location
- Continuous location updates (stream)
- Check if location services are enabled
- Distance calculation between two coordinates
- Bearing calculation between two coordinates
- Permission handling utilities
- Background tracking support (basic)
- Example app demonstrating all features
- Basic unit tests for core functionality