File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,10 +95,12 @@ class SettingsScreen extends StatelessWidget {
9595 ListTile (
9696 leading: const Icon (Icons .info),
9797 title: const Text ('关于' ),
98- subtitle: const Text ('SecRandom-lutter v0.0.9 ' ),
98+ subtitle: const Text ('SecRandom-lutter v0.0.10 ' ),
9999 trailing: const Icon (Icons .open_in_new),
100100 onTap: () async {
101- final uri = Uri .parse ('https://github.com/LeafS825/SecRandom-lutter' );
101+ final uri = Uri .parse (
102+ 'https://github.com/LeafS825/SecRandom-lutter' ,
103+ );
102104 if (await canLaunchUrl (uri)) {
103105 await launchUrl (uri, mode: LaunchMode .externalApplication);
104106 }
Original file line number Diff line number Diff line change 11name : SecRandom_lutter
22description : " 基于 Material Design 3 的随机点名应用。"
33publish_to : ' none'
4- version : 0.0.9+9
4+ version : 0.0.10+10
55
66environment :
77 sdk : ^3.11.0
You can’t perform that action at this time.
0 commit comments