From 981f454040c712671ffbc5c1e1ad8e481c488ba7 Mon Sep 17 00:00:00 2001 From: Guillaume Roux Date: Thu, 12 Oct 2023 08:18:48 +0200 Subject: [PATCH] chore: bump dependencies, fix formatting --- lib/src/campaign.dart | 2 +- pubspec.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/src/campaign.dart b/lib/src/campaign.dart index 2bac9d1..e31f36b 100644 --- a/lib/src/campaign.dart +++ b/lib/src/campaign.dart @@ -3,7 +3,7 @@ import 'package:matomo_tracker/src/assert.dart'; /// Describes a campaign. /// /// Multiple `track...` methods in [MatomoTracker] can take a campaign as argument. -/// +/// /// When using campaigns, it should be noted that each visit can only have at most /// one campaign associated with it. It does not matter if the first `track...` /// call or a subsequent `track...` call has the campaign attached, it will be treated diff --git a/pubspec.yaml b/pubspec.yaml index 37a200b..b156a1e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: matomo_tracker description: A fully cross-platform wrap of the Matomo tracking client for Flutter, using the Matomo API. -version: 4.1.0 +version: 4.1.1 homepage: https://github.com/Floating-Dartists/matomo-tracker repository: https://github.com/Floating-Dartists/matomo-tracker issue_tracker: https://github.com/Floating-Dartists/matomo-tracker/issues @@ -15,21 +15,21 @@ environment: dependencies: clock: ^1.1.1 - collection: ^1.17.1 + collection: ^1.17.2 device_info_plus: ">=9.0.3 <11.0.0" flutter: sdk: flutter http: ^1.1.0 package_info_plus: ">=4.1.0 <6.0.0" - shared_preferences: ^2.2.1 + shared_preferences: ^2.2.2 uuid: ^3.0.7 dev_dependencies: - custom_lint: ">=0.4.0 <0.6.0" - fd_lints: ^2.1.0 + custom_lint: ^0.5.3 + fd_lints: ^2.2.0 flutter_test: sdk: flutter meta: ^1.9.1 - mocktail: ^1.0.0 + mocktail: ^1.0.1 flutter: null