geo_background 0.0.1
geo_background: ^0.0.1 copied to clipboard
This Flutter package provides a simple and effective solution for tracking background location with foreground notifications.
Background Location Tracker with Foreground Notification #
This Flutter package provides a simple and efficient solution for tracking background location with foreground notifications. It allows you to track a user’s location even when the app is not in the foreground and keeps users informed with persistent notifications.
Features #
- Background Location Tracking: Track the user's location in the background.
- Foreground Notifications: Notify users about ongoing location tracking with customizable notifications.
- Easy Integration: Simple API for quick setup and use in your Flutter app.
- Customizable: Adjust notification settings to fit your app’s design.
Getting Started #
To use this package, add it to your pubspec.yaml file:
dependencies:
Geo_Background: ^0.0.1
Usage
Here’s a basic example of how to use the package:
import 'package:background_location/background_location.dart';
// Start location tracking
BackgroundLocation.startLocationService();
// Stop location tracking
BackgroundLocation.stopLocationService();
For more detailed examples, refer to the /example folder.
Additional Information
For more details, see the documentation.
If you encounter any issues or have questions, please file an issue on the GitHub repository.
Contributions are welcome! Please refer to our contributing guidelines for more information on how to contribute.
The package is licensed under the MIT License. See the LICENSE file for more details.
Author: Prasanth P
Feel free to replace placeholder URLs and information with your actual repository links and details. This structure should provide users with a clear understanding of what your package does, how to use it, and where to find more information.