Feat: Show toast when copying title

This commit is contained in:
2026-05-10 23:18:10 +02:00
parent 2c279a0150
commit 1701b021f3
2 changed files with 9 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ import 'package:anitrack/src/ui/widgets/integer_input.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:fluttertoast/fluttertoast.dart';
import 'package:get_it/get_it.dart';
import 'package:url_launcher/url_launcher.dart';
@@ -189,6 +190,12 @@ class DetailsPage extends StatelessWidget {
.title,
),
);
await Fluttertoast.showToast(
msg: t
.details
.details
.textCopied,
);
},
icon:
const Icon(