File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 0.0.16 - 2019-04-17
2+ * Reduce the minimum Dart SDK requirements for activating DevTools to cover Flutter v1.2.1 (Dart v2.1)
3+
14## 0.0.15 - 2019-04-16
25* Warn users when they should be using a profile build of their application instead of a debug build.
36* Warn users using Microsoft browsers (IE and Edge) that they should be using Chrome to run DevTools.
Original file line number Diff line number Diff line change 55/// The DevTools application version.
66// Note: when updating this, please update the corresponding version in the
77// pubspec.
8- const String version = '0.0.15 ' ;
8+ const String version = '0.0.16 ' ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: A suite of web-based performance tooling for Dart and Flutter.
33
44# Note: when updating this version, please update the corresponding entry in
55# lib/devtools.dart.
6- version : 0.0.15
6+ version : 0.0.16
77
88author : Dart Team <misc@dartlang.org>
99homepage : https://github.com/flutter/devtools
You can’t perform that action at this time.
0 commit comments