Skip to content

Bringing LuminaLink current with Traccar Client - #2

Open
Nickalus12 wants to merge 289 commits into
Nickalus12:mainfrom
traccar:main
Open

Nickalus12 wants to merge 289 commits into
Nickalus12: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.

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.
Copilot AI review requested due to automatic review settings November 24, 2025 01:04

Copilot AI left a comment

Copy link
Copy Markdown

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.

Comment thread 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

Copilot AI Nov 24, 2025

Copy link

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.
Comment thread 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

Copilot AI Nov 24, 2025

Copy link

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.
tananaev and others added 26 commits January 19, 2026 16:39
…s-12.1.1

Bump firebase_analytics from 12.1.0 to 12.1.1
Bumps [firebase_messaging](https://github.com/firebase/flutterfire/tree/main/packages/firebase_messaging) from 16.1.0 to 16.1.1.
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_messaging-v16.1.1/packages/firebase_messaging)

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

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

Bump firebase_messaging from 16.1.0 to 16.1.1
Bumps [firebase_crashlytics](https://github.com/firebase/flutterfire/tree/main/packages/firebase_crashlytics) from 5.0.6 to 5.0.7.
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_crashlytics-v5.0.7/packages/firebase_crashlytics)

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

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

Bump firebase_crashlytics from 5.0.6 to 5.0.7
Bumps [shared_preferences_android](https://github.com/flutter/packages/tree/main/packages/shared_preferences) from 2.4.18 to 2.4.20.
- [Commits](https://github.com/flutter/packages/commits/shared_preferences_android-v2.4.20/packages/shared_preferences)

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

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

Bump shared_preferences_android from 2.4.18 to 2.4.20
Bumps [flutter_background_geolocation](https://github.com/transistorsoft/flutter_background_geolocation) from 5.0.1 to 5.0.2.
- [Changelog](https://github.com/transistorsoft/flutter_background_geolocation/blob/master/CHANGELOG.md)
- [Commits](https://github.com/transistorsoft/flutter_background_geolocation/commits/5.0.2)

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

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

Bump flutter_background_geolocation from 5.0.1 to 5.0.2
Bumps [flutter_background_geolocation](https://github.com/transistorsoft/flutter_background_geolocation) from 5.0.2 to 5.0.3.
- [Changelog](https://github.com/transistorsoft/flutter_background_geolocation/blob/master/CHANGELOG.md)
- [Commits](transistorsoft/flutter_background_geolocation@5.0.2...5.0.3)

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

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

Bump flutter_background_geolocation from 5.0.2 to 5.0.3
Add QR scanner torch control using MobileScannerController
tananaev and others added 30 commits July 25, 2026 11:49
Bumps [flutter_secure_storage](https://github.com/mogol/flutter_secure_storage) from 10.3.1 to 11.0.0.
- [Release notes](https://github.com/mogol/flutter_secure_storage/releases)
- [Commits](juliansteenbakker/flutter_secure_storage@v10.3.1...flutter_secure_storage-v11.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [app_settings](https://github.com/spencerccf/app_settings) from 8.0.3 to 9.0.0.
- [Release notes](https://github.com/spencerccf/app_settings/releases)
- [Changelog](https://github.com/spencerccf/app_settings/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spencerccf/app_settings/commits)

---
updated-dependencies:
- dependency-name: app_settings
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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