File tree 5 files changed +19
-14
lines changed
5 files changed +19
-14
lines changed Original file line number Diff line number Diff line change @@ -540,10 +540,8 @@ class _SwitchAccountButton extends _MenuButton {
540
540
541
541
@override
542
542
// TODO(design): choose an icon
543
- IconData ? get icon => null ;
543
+ IconData ? get icon => ZulipIcons .switch_account ;
544
544
545
- @override
546
- Widget buildLeading (BuildContext context) => const SizedBox .shrink ();
547
545
548
546
@override
549
547
String label (ZulipLocalizations zulipLocalizations) {
Original file line number Diff line number Diff line change @@ -117,14 +117,17 @@ abstract final class ZulipIcons {
117
117
/// The Zulip custom icon "star_filled".
118
118
static const IconData star_filled = IconData (0xf11f , fontFamily: "Zulip Icons" );
119
119
120
+ /// The Zulip custom icon "switch_account".
121
+ static const IconData switch_account = IconData (0xf120 , fontFamily: "Zulip Icons" );
122
+
120
123
/// The Zulip custom icon "topic".
121
- static const IconData topic = IconData (0xf120 , fontFamily: "Zulip Icons" );
124
+ static const IconData topic = IconData (0xf121 , fontFamily: "Zulip Icons" );
122
125
123
126
/// The Zulip custom icon "unmute".
124
- static const IconData unmute = IconData (0xf121 , fontFamily: "Zulip Icons" );
127
+ static const IconData unmute = IconData (0xf122 , fontFamily: "Zulip Icons" );
125
128
126
129
/// The Zulip custom icon "user".
127
- static const IconData user = IconData (0xf122 , fontFamily: "Zulip Icons" );
130
+ static const IconData user = IconData (0xf123 , fontFamily: "Zulip Icons" );
128
131
129
132
// END GENERATED ICON DATA
130
133
}
Original file line number Diff line number Diff line change @@ -1004,10 +1004,10 @@ packages:
1004
1004
dependency: transitive
1005
1005
description:
1006
1006
name: source_span
1007
- sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c "
1007
+ sha256: "254ee5351d6cb365c859e20ee823c3bb479bf4a293c22d17a9f1bf144ce86f7c "
1008
1008
url: "https://pub.dev"
1009
1009
source: hosted
1010
- version: "1.10.0 "
1010
+ version: "1.10.1 "
1011
1011
sprintf:
1012
1012
dependency: transitive
1013
1013
description:
@@ -1092,26 +1092,26 @@ packages:
1092
1092
dependency: "direct dev"
1093
1093
description:
1094
1094
name: test
1095
- sha256: "713a8789d62f3233c46b4a90b174737b2c04cb6ae4500f2aa8b1be8f03f5e67f "
1095
+ sha256: "43490fe4c0f5ecb898f3fa1cdcdad8d521d7f6ff17ebdc4e8cd32b2e99524a20 "
1096
1096
url: "https://pub.dev"
1097
1097
source: hosted
1098
- version: "1.25.8 "
1098
+ version: "1.25.13 "
1099
1099
test_api:
1100
1100
dependency: "direct dev"
1101
1101
description:
1102
1102
name: test_api
1103
- sha256: "664d3a9a64782fcdeb83ce9c6b39e78fd2971d4e37827b9b06c3aa1edc5e760c"
1103
+ sha256: fb31f383e2ee25fbbfe06b40fe21e1e458d14080e3c67e7ba0acfde4df4e0bbd
1104
1104
url: "https://pub.dev"
1105
1105
source: hosted
1106
- version: "0.7.3 "
1106
+ version: "0.7.4 "
1107
1107
test_core:
1108
1108
dependency: transitive
1109
1109
description:
1110
1110
name: test_core
1111
- sha256: "12391302411737c176b0b5d6491f466b0dd56d4763e347b6714efbaa74d7953d "
1111
+ sha256: "84d17c3486c8dfdbe5e12a50c8ae176d15e2a771b96909a9442b40173649ccaa "
1112
1112
url: "https://pub.dev"
1113
1113
source: hosted
1114
- version: "0.6.5 "
1114
+ version: "0.6.8 "
1115
1115
timing:
1116
1116
dependency: transitive
1117
1117
description:
You can’t perform that action at this time.
0 commit comments