File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed
Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 1- ## 8.0.14
1+ ## 8.0.11
22- Added ` Event.flutterTrackAndroidDependencies ` to track android dependencies.
3-
4- ## 8.0.13
53- Deprecated ` Event.flutterWasmDryRun ` in favor of ` Event.flutterWasmDryRunPackage ` .
6-
7- ## 8.0.12
84- Added ` Event.plugins ` to track new analyzer plugins
9-
10- ## 8.0.11
115- Added ` DashEvent.ideEvent ` to track IDE reported events.
126
137## 8.0.10
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ const int kMaxLogFileSize = 25 * (1 << 20);
8787const String kLogFileName = 'dart-flutter-telemetry.log' ;
8888
8989/// The current version of the package, should be in line with pubspec version.
90- const String kPackageVersion = '8.0.14 ' ;
90+ const String kPackageVersion = '8.0.11 ' ;
9191
9292/// The minimum length for a session.
9393const int kSessionDurationMinutes = 30 ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description: >-
55# LINT.IfChange
66# When updating this, keep the version consistent with the changelog and the
77# value in lib/src/constants.dart.
8- version : 8.0.14
8+ version : 8.0.11
99# LINT.ThenChange(lib/src/constants.dart)
1010repository : https://github.com/dart-lang/tools/tree/main/pkgs/unified_analytics
1111issue_tracker : https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aunified_analytics
You can’t perform that action at this time.
0 commit comments