Skip to content

A Flutter plugin for updating location in background with the necessary migration steps implemented for the Deprecated Flutter's Gradle plugins.

License

Notifications You must be signed in to change notification settings

sultan18kh/background_locator_2_gradle_migration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Looking for Maintainers

This project is no longer actively maintained. If you are interested in becoming a maintainer, please open an issue or contact me directly !

background_locator_2 ! pub package

This package is a V2 of the background_locator package, fixing it and making it work for the newest versions of Flutter. Please read the wiki in order to make this plugin work with flutter 3.x.

A Flutter plugin for getting location updates even when the app is killed.

Fork Information

This is a fork of the original background_locator_2 plugin with the following improvements:

  • Added compatibility with Android Gradle Plugin 8.0+
  • Fixed JVM target compatibility issues
  • Updated Gradle and Kotlin dependencies
  • Added proper namespace to Android build.gradle

Usage with this fork

To use this fork in your Flutter project, add the following to your pubspec.yaml:

dependencies:
  background_locator_2:
    git:
      url: https://github.com/sultan18kh/background_locator_2_gradle_migration.git
      ref: fix/gradle-compatibility

demo

Refer to wiki page for install and setup instruction or jump to specific subject with below links:

License

This project is licensed under the MIT License - see the LICENSE file for details

Contributor

Thanks to all who contributed on this plugin to fix bugs and adding new feature, including:

About

A Flutter plugin for updating location in background with the necessary migration steps implemented for the Deprecated Flutter's Gradle plugins.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 49.3%
  • Dart 26.6%
  • Objective-C 21.5%
  • Ruby 1.8%
  • Swift 0.8%