deps: bump dependencies and prepare v6.1.1#208
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR prepares the matomo_tracker package for release v6.1.1 by bumping package/development dependencies and updating the example app’s dependencies and generated platform plugin registration to match.
Changes:
- Bump package version to
6.1.1and update core dependencies (e.g.,http,shared_preferences,uuid). - Update dev tooling dependencies (notably
fd_lints,meta,mocktail). - Update the example app to Dart SDK
>=3.4.1, addshare_plus, and refresh generated plugin registrants for desktop platforms.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| pubspec.yaml | Version bump to 6.1.1 and dependency/dev-dependency updates. |
| example/pubspec.yaml | Example app SDK/dependency updates (adds share_plus, bumps url_launcher, updates flutter_lints). |
| example/windows/flutter/generated_plugins.cmake | Regenerates Windows plugin list to include share_plus and jni. |
| example/windows/flutter/generated_plugin_registrant.cc | Registers the Windows share_plus plugin. |
| example/macos/Flutter/GeneratedPluginRegistrant.swift | Registers the macOS share_plus plugin. |
| example/linux/flutter/generated_plugins.cmake | Adds jni to Linux FFI plugin list. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
TesteurManiak
deleted the
207-dependency-conflicts-with-package_info_plus-10x-device_info_plus-13x-and-share_plus-13x
branch
May 26, 2026 14:29
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dependencies
http:1.3.0->1.6.0shared_preferences:2.5.3->2.5.5uuid:4.5.1->4.5.3Dev Dependencies
custom_lintfd_lints:2.4.0->3.0.0meta:1.16.0->1.18.0mocktail:1.0.4->1.0.5Fix #207