File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 7
7
// that updates all versions for DevTools.
8
8
// Note: a regexp in tools/update_version.dart matches the following line so
9
9
// if you change it you must also modify tools/update_version.dart.
10
- const String version = '2.20 .0' ;
10
+ const String version = '2.21.0-dev .0' ;
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class DevToolsAboutDialog extends StatelessWidget {
29
29
mainAxisSize: MainAxisSize .min,
30
30
crossAxisAlignment: CrossAxisAlignment .start,
31
31
children: [
32
- Row (
32
+ Wrap (
33
33
children: [
34
34
const SelectableText ('DevTools version ${devtools .version }' ),
35
35
const Text (' - ' ),
@@ -55,7 +55,7 @@ class DevToolsAboutDialog extends StatelessWidget {
55
55
...dialogSubHeader (theme, 'Contributing' ),
56
56
Wrap (
57
57
children: const [
58
- Text ('Want to contribute to DevTools? Please see our ' ),
58
+ Text ('Want to contribute to DevTools?' ),
59
59
_ContributingLink (),
60
60
Text (' guide, or ' ),
61
61
],
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ publish_to: none
4
4
5
5
# Note: this version should only be updated by running tools/update_version.dart
6
6
# that updates all versions of devtools packages (devtools_app, devtools_test).
7
- version : 2.20 .0
7
+ version : 2.21.0-dev .0
8
8
9
9
repository : https://github.com/flutter/devtools/tree/master/packages/devtools_app
10
10
@@ -25,7 +25,7 @@ dependencies:
25
25
collection : ^1.15.0
26
26
dds : ^2.2.2
27
27
dds_service_extensions : ^1.3.1
28
- devtools_shared : 2.20 .0
28
+ devtools_shared : 2.21.0-dev .0
29
29
file : ^6.0.0
30
30
file_selector : ^0.8.0
31
31
file_selector_linux : ^0.0.2
@@ -64,7 +64,7 @@ dependencies:
64
64
65
65
dev_dependencies :
66
66
build_runner : ^2.0.4
67
- devtools_test : 2.20 .0
67
+ devtools_test : 2.21.0-dev .0
68
68
flutter_test :
69
69
sdk : flutter
70
70
mockito : ^5.1.0
Original file line number Diff line number Diff line change 51
51
application. For more information, see:
52
52
https://developers.google.com/web/fundamentals/primers/service-workers -->
53
53
< script >
54
- var version = '2.20 .0' ;
54
+ var version = '2.21.0-dev .0' ;
55
55
var scriptLoaded = false ;
56
56
function loadMainDartJs ( ) {
57
57
if ( scriptLoaded ) {
Original file line number Diff line number Diff line change 1
1
name : devtools_shared
2
2
description : Package of shared structures between devtools_app, dds, and other tools.
3
3
4
- version : 2.20 .0
4
+ version : 2.21.0-dev .0
5
5
6
6
repository : https://github.com/flutter/devtools/tree/master/packages/devtools_shared
7
7
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ publish_to: none
7
7
# When publishing new versions of this package be sure to publish a new version
8
8
# of package:devtools as well. package:devtools contains a compiled snapshot of
9
9
# this package.
10
- version : 2.20 .0
10
+ version : 2.21.0-dev .0
11
11
12
12
repository : https://github.com/flutter/devtools/tree/master/packages/devtools_test
13
13
@@ -18,8 +18,8 @@ environment:
18
18
dependencies :
19
19
async : ^2.0.0
20
20
collection : ^1.15.0
21
- devtools_shared : 2.20 .0
22
- devtools_app : 2.20 .0
21
+ devtools_shared : 2.21.0-dev .0
22
+ devtools_app : 2.21.0-dev .0
23
23
flutter :
24
24
sdk : flutter
25
25
flutter_test :
You can’t perform that action at this time.
0 commit comments