Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate theme.dart to be null safe. #3633

Merged
merged 43 commits into from
Feb 8, 2022
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
814d53b
Update globals.dart
polina-c Feb 4, 2022
8d5c3d8
ns
polina-c Feb 4, 2022
5044a39
ns
polina-c Feb 4, 2022
455f6c8
comments
polina-c Feb 4, 2022
9e71acb
ns
polina-c Feb 5, 2022
0bd4728
ns
polina-c Feb 5, 2022
59abcf8
Update theme.dart
polina-c Feb 5, 2022
f66fdf7
ignore
polina-c Feb 5, 2022
119d3f9
ideTheme
polina-c Feb 7, 2022
e810175
Update version.dart
polina-c Feb 7, 2022
1e5c40c
ns
polina-c Feb 4, 2022
6815f67
ns
polina-c Feb 5, 2022
a85d131
ns
polina-c Feb 5, 2022
81bc861
Update theme.dart
polina-c Feb 5, 2022
4cc8869
ignore
polina-c Feb 5, 2022
0bc089e
ideTheme
polina-c Feb 7, 2022
bffd848
Update utils.dart
polina-c Feb 7, 2022
b512d5e
Merge branch 'ns2' of github.com:polina-c/devtools into ns2
polina-c Feb 7, 2022
05b719f
Merge branch 'master' of github.com:flutter/devtools into ns2
polina-c Feb 7, 2022
d8a1b1f
Update about_dialog_test.dart
polina-c Feb 7, 2022
45b6625
Update theme.dart
polina-c Feb 7, 2022
5acf384
Update theme.dart
polina-c Feb 7, 2022
0c35da1
Update analytics_prompt_test.dart
polina-c Feb 7, 2022
23cf846
theme
polina-c Feb 7, 2022
c0eee12
Update banner_messages_test.dart
polina-c Feb 7, 2022
6bbd99f
Update code_size_attribution_test.dart
polina-c Feb 7, 2022
8469d8d
Update common_widgets_test.dart
polina-c Feb 7, 2022
0ecae82
Update cpu_profiler_test.dart
polina-c Feb 7, 2022
4f8a488
Update debugger_screen_test.dart
polina-c Feb 7, 2022
9811261
revert utils
polina-c Feb 7, 2022
033cfa0
Update debugger_screen_test.dart
polina-c Feb 7, 2022
f668f94
address comments
polina-c Feb 7, 2022
1f8ab25
Update chart_test.dart
polina-c Feb 7, 2022
03e432e
Update rebuild_counts.dart
polina-c Feb 7, 2022
784fde9
Update ide_theme_stub.dart
polina-c Feb 8, 2022
f8978fb
Update theme.dart
polina-c Feb 8, 2022
54d9999
Update theme.dart
polina-c Feb 8, 2022
ca2dcde
Merge branch 'master' of github.com:flutter/devtools into ns2
polina-c Feb 8, 2022
81a3dbc
Update theme.dart
polina-c Feb 8, 2022
d55c101
fix wrap
polina-c Feb 8, 2022
93a673b
Update theme_test.dart
polina-c Feb 8, 2022
d10eec2
Update vm_flag_widgets_test.dart
polina-c Feb 8, 2022
c280712
Update theme_test.dart
polina-c Feb 8, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update rebuild_counts.dart
  • Loading branch information
polina-c committed Feb 7, 2022
commit 03e432e736a32a92ee3e347167e5b808cf3f9839
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ class RebuildCountModel {
}

// We've updated the build counts.
// ignore: invalid_use_of_visible_for_testing_member, invalid_use_of_protected_member
_locations.notifyListeners();
}
}
Expand Down