location_helper_juni1289 0.0.1 location_helper_juni1289: ^0.0.1 copied to clipboard
A Flutter package to easily access the Location params on the go, without the need of writing extra lines of code
A Flutter package to easily access the Location params on the go, without the need of writing extra lines of code
Features #
A flutter package that can:
- Check for Permissions, so you don't have to write any code to check for the Location Permissions
- Check for GPS, so you don't need to turn it on if required for getting the Location
- Returns a helper model, so you will get all information about your location data as well as permission results
- Easy to manage, One Liner you only have to write one line of code to get the location
- This package depends on https://pub.dev/packages/location :)
Additional information #
- Easy to use and manage
- Helper model gives all the information
- One liner, no need to write any extra lines of code
Basic Setup #