Skip to content

Commit

Permalink
Fixed analyze errors, bumped meta version again
Browse files Browse the repository at this point in the history
  • Loading branch information
EPNW-Eric committed May 11, 2023
1 parent 4cc549d commit 190e036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/matomo.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import 'package:clock/clock.dart';
import 'package:device_info_plus/device_info_plus.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:matomo_tracker/src/event_info.dart';
import 'package:matomo_tracker/src/campaign.dart';
import 'package:matomo_tracker/src/event_info.dart';
import 'package:matomo_tracker/src/exceptions.dart';
import 'package:matomo_tracker/src/local_storage/cookieless_storage.dart';
import 'package:matomo_tracker/src/local_storage/local_storage.dart';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dev_dependencies:
fd_lints: ^1.0.2
flutter_test:
sdk: flutter
meta: ^1.8.0
meta: ^1.9.1
mocktail: ^0.3.0

flutter: null

0 comments on commit 190e036

Please sign in to comment.