forked from Floating-Dartists/matomo-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
35 lines (31 loc) · 817 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: matomo_tracker
description: A fully cross-platform wrap of the Matomo tracking client for
Flutter, using the Matomo API.
version: 5.0.0+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
topics:
- matomo
- analytics
environment:
sdk: ">=3.4.1 <4.0.0"
flutter: ">=3.3.0"
dependencies:
clock: ^1.1.1
collection: ^1.18.0
device_info_plus: ">=9.1.0 <11.0.0"
flutter:
sdk: flutter
http: ^1.2.1
package_info_plus: ">=4.2.0 <9.0.0"
shared_preferences: ^2.2.3
uuid: ">=4.1.0 <6.0.0"
dev_dependencies:
custom_lint: ">=0.5.4 <0.7.0"
fd_lints: ^2.2.1
flutter_test:
sdk: flutter
meta: ^1.12.0
mocktail: ^1.0.3
flutter: null