Skip to content

Commit

Permalink
Merge pull request #124 from Floating-Dartists/chore/fix-pub-score
Browse files Browse the repository at this point in the history
chore: bump dependencies, fix formatting
  • Loading branch information
TesteurManiak authored Oct 12, 2023
2 parents 27a0bf2 + 981f454 commit 0409092
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/src/campaign.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit 0409092

Please sign in to comment.