Skip to content

Bringing LuminaLink current with Traccar Client#2

Open
Nickalus12 wants to merge 143 commits intoNickalus12:mainfrom
traccar:main
Open

Bringing LuminaLink current with Traccar Client#2
Nickalus12 wants to merge 143 commits intoNickalus12:mainfrom
traccar:main

Conversation

@Nickalus12
Copy link
Copy Markdown
Owner

This pull request updates several dependencies in the pubspec.yaml file to their latest versions, ensuring improved stability and compatibility with upstream packages.

Dependency updates:

  • Upgraded firebase_crashlytics from version 5.0.4 to 5.0.5 for bug fixes and improvements.
  • Upgraded shared_preferences_android from version 2.4.15 to 2.4.16 for better Android support.
  • Upgraded app_links from version 6.4.1 to 7.0.0, which may include breaking changes and new features.

dependabot bot and others added 6 commits November 18, 2025 00:26
Bumps [firebase_crashlytics](https://github.com/firebase/flutterfire/tree/main/packages/firebase_crashlytics) from 5.0.4 to 5.0.5.
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_crashlytics-v5.0.5/packages/firebase_crashlytics)

---
updated-dependencies:
- dependency-name: firebase_crashlytics
  dependency-version: 5.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [app_links](https://github.com/llfbandit/app_links) from 6.4.1 to 7.0.0.
- [Release notes](https://github.com/llfbandit/app_links/releases)
- [Commits](https://github.com/llfbandit/app_links/commits)

---
updated-dependencies:
- dependency-name: app_links
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…ics-5.0.5

Bump firebase_crashlytics from 5.0.4 to 5.0.5
Bumps [shared_preferences_android](https://github.com/flutter/packages/tree/main/packages/shared_preferences) from 2.4.15 to 2.4.16.
- [Commits](https://github.com/flutter/packages/commits/shared_preferences_android-v2.4.16/packages/shared_preferences)

---
updated-dependencies:
- dependency-name: shared_preferences_android
  dependency-version: 2.4.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…s_android-2.4.16

Bump shared_preferences_android from 2.4.15 to 2.4.16
Nickalus12 pushed a commit that referenced this pull request Nov 19, 2025
Merged upstream traccar-client updates while preserving LuminaLink-specific dependencies:
- Updated firebase_crashlytics from ^5.0.4 to ^5.0.5
- Updated app_links from ^6.4.1 to ^7.0.0
- Kept LuminaLink dependencies: firebase_storage, flutter_local_notifications, google_maps_flutter, geolocator, uuid

Resolves merge conflicts for PR #2
Nickalus12 pushed a commit that referenced this pull request Nov 19, 2025
Resolved merge conflicts by updating to latest traccar versions while preserving LuminaLink-specific dependencies:

Updated from traccar/main:
- firebase_crashlytics: ^5.0.4 → ^5.0.5
- shared_preferences_android: ^2.4.15 → ^2.4.16
- app_links: ^6.4.1 → ^7.0.0

Preserved LuminaLink dependencies:
- firebase_storage: ^12.3.7
- flutter_local_notifications: ^18.0.1
- google_maps_flutter: ^2.10.0
- geolocator: ^13.0.2
- uuid: ^4.5.1

This resolves the conflicts preventing PR #2 from merging.
dependabot bot and others added 2 commits November 24, 2025 00:39
Bumps [shared_preferences_android](https://github.com/flutter/packages/tree/main/packages/shared_preferences) from 2.4.16 to 2.4.17.
- [Commits](https://github.com/flutter/packages/commits/shared_preferences_android-v2.4.17/packages/shared_preferences)

---
updated-dependencies:
- dependency-name: shared_preferences_android
  dependency-version: 2.4.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…s_android-2.4.17

Bump shared_preferences_android from 2.4.16 to 2.4.17
Copilot AI review requested due to automatic review settings November 24, 2025 01:04
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates three Firebase and platform-specific dependencies to their latest versions to maintain compatibility with the upstream Traccar Client project.

Key Changes:

  • Updated Firebase Crashlytics to address bug fixes
  • Updated Android shared preferences for improved platform support
  • Upgraded app_links to a new major version with potential breaking changes

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

pubspec.yaml Outdated
quick_actions: ^1.1.0
rate_my_app: ^2.3.2
shared_preferences_android: ^2.4.15
shared_preferences_android: ^2.4.17
Copy link

Copilot AI Nov 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mismatch between PR description and actual code change. The description states upgrading to version 2.4.16, but the code shows 2.4.17. Please verify the intended version and update either the description or the code to match.

Suggested change
shared_preferences_android: ^2.4.17
shared_preferences_android: ^2.4.16

Copilot uses AI. Check for mistakes.
pubspec.yaml Outdated
shared_preferences_android: ^2.4.17
wakelock_partial_android: ^1.0.1
mobile_scanner: ^7.1.3
flutter_secure_storage: ^9.2.4
Copy link

Copilot AI Nov 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Major version upgrade from 6.4.1 to 7.0.0 may include breaking changes. Consider adding migration notes or documentation about any API changes that need to be addressed in the codebase.

Suggested change
flutter_secure_storage: ^9.2.4
flutter_secure_storage: ^9.2.4
# Upgraded app_links from 6.4.1 to 7.0.0 (major version bump).
# See: https://pub.dev/packages/app_links/changelog for migration notes.
# Review and update code as needed for breaking changes. No code changes were required in this project.

Copilot uses AI. Check for mistakes.
dependabot bot and others added 18 commits December 1, 2025 00:52
Bumps [flutter_background_geolocation](https://github.com/transistorsoft/flutter_background_geolocation) from 4.18.1 to 4.18.2.
- [Changelog](https://github.com/transistorsoft/flutter_background_geolocation/blob/master/CHANGELOG.md)
- [Commits](transistorsoft/flutter_background_geolocation@4.18.1...4.18.2)

---
updated-dependencies:
- dependency-name: flutter_background_geolocation
  dependency-version: 4.18.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…d_geolocation-4.18.2

Bump flutter_background_geolocation from 4.18.1 to 4.18.2
Bumps [shared_preferences_android](https://github.com/flutter/packages/tree/main/packages/shared_preferences) from 2.4.17 to 2.4.18.
- [Commits](https://github.com/flutter/packages/commits/shared_preferences_android-v2.4.18/packages/shared_preferences)

---
updated-dependencies:
- dependency-name: shared_preferences_android
  dependency-version: 2.4.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…s_android-2.4.18

Bump shared_preferences_android from 2.4.17 to 2.4.18
Bumps [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences) from 2.5.3 to 2.5.4.
- [Commits](https://github.com/flutter/packages/commits/shared_preferences-v2.5.4/packages/shared_preferences)

---
updated-dependencies:
- dependency-name: shared_preferences
  dependency-version: 2.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…s-2.5.4

Bump shared_preferences from 2.5.3 to 2.5.4
Bumps [flutter_secure_storage](https://github.com/mogol/flutter_secure_storage) from 9.2.4 to 10.0.0.
- [Release notes](https://github.com/mogol/flutter_secure_storage/releases)
- [Commits](juliansteenbakker/flutter_secure_storage@v9.2.4...v10.0.0)

---
updated-dependencies:
- dependency-name: flutter_secure_storage
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…orage-10.0.0

Bump flutter_secure_storage from 9.2.4 to 10.0.0
Bumps [mobile_scanner](https://github.com/juliansteenbakker/mobile_scanner) from 7.1.3 to 7.1.4.
- [Release notes](https://github.com/juliansteenbakker/mobile_scanner/releases)
- [Changelog](https://github.com/juliansteenbakker/mobile_scanner/blob/develop/CHANGELOG.md)
- [Commits](juliansteenbakker/mobile_scanner@v7.1.3...v7.1.4)

---
updated-dependencies:
- dependency-name: mobile_scanner
  dependency-version: 7.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [firebase_core](https://github.com/firebase/flutterfire/tree/main/packages/firebase_core) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_core-v4.3.0/packages/firebase_core)

---
updated-dependencies:
- dependency-name: firebase_core
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [firebase_messaging](https://github.com/firebase/flutterfire/tree/main/packages/firebase_messaging) from 16.0.4 to 16.1.0.
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_messaging-v16.1.0/packages/firebase_messaging)

---
updated-dependencies:
- dependency-name: firebase_messaging
  dependency-version: 16.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
tananaev and others added 30 commits March 15, 2026 20:54
Bumps [firebase_core](https://github.com/firebase/flutterfire/tree/main/packages/firebase_core) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_core-v4.6.0/packages/firebase_core)

---
updated-dependencies:
- dependency-name: firebase_core
  dependency-version: 4.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [firebase_analytics](https://github.com/firebase/flutterfire/tree/main/packages/firebase_analytics) from 12.1.3 to 12.2.0.
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_analytics-v12.2.0/packages/firebase_analytics)

---
updated-dependencies:
- dependency-name: firebase_analytics
  dependency-version: 12.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…s-12.2.0

Bump firebase_analytics from 12.1.3 to 12.2.0
Bumps [firebase_messaging](https://github.com/firebase/flutterfire/tree/main/packages/firebase_messaging) from 16.1.2 to 16.1.3.
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_messaging-v16.1.3/packages/firebase_messaging)

---
updated-dependencies:
- dependency-name: firebase_messaging
  dependency-version: 16.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…g-16.1.3

Bump firebase_messaging from 16.1.2 to 16.1.3
Bumps [firebase_crashlytics](https://github.com/firebase/flutterfire/tree/main/packages/firebase_crashlytics) from 5.0.8 to 5.1.0.
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_crashlytics-v5.1.0/packages/firebase_crashlytics)

---
updated-dependencies:
- dependency-name: firebase_crashlytics
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…ics-5.1.0

Bump firebase_crashlytics from 5.0.8 to 5.1.0
Bumps [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences) from 2.5.4 to 2.5.5.
- [Commits](https://github.com/flutter/packages/commits/shared_preferences-v2.5.5/packages/shared_preferences)

---
updated-dependencies:
- dependency-name: shared_preferences
  dependency-version: 2.5.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…s-2.5.5

Bump shared_preferences from 2.5.4 to 2.5.5
Bumps [shared_preferences_android](https://github.com/flutter/packages/tree/main/packages/shared_preferences) from 2.4.21 to 2.4.23.
- [Commits](https://github.com/flutter/packages/commits/shared_preferences_android-v2.4.23/packages/shared_preferences)

---
updated-dependencies:
- dependency-name: shared_preferences_android
  dependency-version: 2.4.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…s_android-2.4.23

Bump shared_preferences_android from 2.4.21 to 2.4.23
Bumps [flutter_background_geolocation](https://github.com/transistorsoft/flutter_background_geolocation) from 5.0.5 to 5.0.7.
- [Changelog](https://github.com/transistorsoft/flutter_background_geolocation/blob/master/CHANGELOG.md)
- [Commits](transistorsoft/flutter_background_geolocation@5.0.5...5.0.7)

---
updated-dependencies:
- dependency-name: flutter_background_geolocation
  dependency-version: 5.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…d_geolocation-5.0.7

Bump flutter_background_geolocation from 5.0.5 to 5.0.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants