File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ class _ManageTaskServerState extends State<ManageTaskServer> {
326
326
),
327
327
onPressed: () async {
328
328
String url =
329
- "https://github.com/Pavel401 /taskwarrior-flutter/blob/main/README.md#taskserver-setup " ;
329
+ "https://github.com/CCExtractor /taskwarrior-flutter?tab=readme-ov-file#taskwarrior-mobile-app " ;
330
330
if (! await launchUrl (Uri .parse (url))) {
331
331
throw Exception ('Could not launch $url ' );
332
332
}
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ class _HomePageState extends State<HomePage> {
92
92
else
93
93
{
94
94
// ignore: avoid_print
95
- print ('User has seen this page' ),
95
+ debugPrint ('User has seen this page' ),
96
96
// User has seen this page
97
97
}
98
98
});
You can’t perform that action at this time.
0 commit comments