File tree 3 files changed +5
-2
lines changed
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
+
1
4
## 0.0.15 - 2019-04-16
2
5
* Warn users when they should be using a profile build of their application instead of a debug build.
3
6
* 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 5
5
/// The DevTools application version.
6
6
// Note: when updating this, please update the corresponding version in the
7
7
// 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.
3
3
4
4
# Note: when updating this version, please update the corresponding entry in
5
5
# lib/devtools.dart.
6
- version : 0.0.15
6
+ version : 0.0.16
7
7
8
8
author :
Dart Team <[email protected] >
9
9
homepage : https://github.com/flutter/devtools
You can’t perform that action at this time.
0 commit comments