Skip to content

Commit

Permalink
rm stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Jul 2, 2024
1 parent 5632e33 commit 13f14fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
8 changes: 0 additions & 8 deletions lib/ui/shared/pages/about_page.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import 'package:flutter/material.dart';
import 'package:flutter_linkify/flutter_linkify.dart';
import 'package:maid/ui/shared/layout/generic_app_bar.dart';
import 'package:url_launcher/url_launcher.dart';

class AboutPage extends StatelessWidget {
const AboutPage({super.key});
Expand Down Expand Up @@ -77,10 +75,4 @@ class AboutPage extends StatelessWidget {
)
);
}

Future<void> _onOpen(LinkableElement link) async {
if (!await launchUrl(Uri.parse(link.url))) {
throw Exception('Could not launch ${link.url}');
}
}
}
2 changes: 0 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,9 @@ dependencies:
permission_handler: ^11.0.1
shared_preferences: ^2.0.20
cupertino_icons: ^1.0.2
url_launcher: ^6.1.10
file_picker: ^8.0.0
path: ^1.8.3
system_info2: ^4.0.0
flutter_linkify: ^6.0.0
http: ^1.1.0
provider: ^6.1.1
device_info_plus: ^9.1.1
Expand Down

0 comments on commit 13f14fb

Please sign in to comment.