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> {
326326 ),
327327 onPressed: () async {
328328 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 " ;
330330 if (! await launchUrl (Uri .parse (url))) {
331331 throw Exception ('Could not launch $url ' );
332332 }
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ class _HomePageState extends State<HomePage> {
9292 else
9393 {
9494 // ignore: avoid_print
95- print ('User has seen this page' ),
95+ debugPrint ('User has seen this page' ),
9696 // User has seen this page
9797 }
9898 });
You can’t perform that action at this time.
0 commit comments