Changed search bookmarks

This commit is contained in:
Juan Gilsanz Polo
2024-02-24 13:06:20 +01:00
parent 621eb8ff25
commit 381c20e67e
21 changed files with 245 additions and 420 deletions

View File

@@ -13,8 +13,8 @@ import 'package:linkdy/constants/strings.dart';
import 'package:linkdy/constants/urls.dart';
import 'package:linkdy/i18n/strings.g.dart';
class Settings extends ConsumerWidget {
const Settings({Key? key}) : super(key: key);
class SettingsScreen extends ConsumerWidget {
const SettingsScreen({Key? key}) : super(key: key);
@override
Widget build(BuildContext context, WidgetRef ref) {