added tracking lib

This commit is contained in:
MSpeed 2020-02-21 15:39:47 +01:00
parent bebdd26206
commit 05c90482a4
3 changed files with 9 additions and 1 deletions

View File

@ -1 +1 @@
{"_info":"// This is a generated file; do not edit or check into version control.","dependencyGraph":[{"name":"audioplayers","dependencies":["path_provider"]},{"name":"path_provider","dependencies":[]}]}
{"_info":"// This is a generated file; do not edit or check into version control.","dependencyGraph":[{"name":"audioplayers","dependencies":["path_provider"]},{"name":"flutter_matomo","dependencies":[]},{"name":"path_provider","dependencies":[]}]}

View File

@ -76,6 +76,13 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
flutter_matomo:
dependency: "direct main"
description:
name: flutter_matomo
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
flutter_page_indicator:
dependency: transitive
description:

View File

@ -23,6 +23,7 @@ dependencies:
audioplayers: ^0.14.0
flutter_svg: ^0.17.1
path_provider: ^1.6.0
flutter_matomo: ^1.2.0
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.