fix: removed useless dependencies

This commit is contained in:
Alzalia 2025-08-09 12:11:54 +02:00
parent 981dce5bfe
commit 48bcf0b1f8
10 changed files with 5 additions and 37 deletions

View file

@ -23,7 +23,6 @@ class FormPopup extends StatelessWidget {
child: InkWell(
splashColor: Colors.blue.withAlpha(30),
onTap: () {
debugPrint('Card tapped.');
Navigator.of(context).pop();
showDialog(
context: context,
@ -57,7 +56,6 @@ class FormPopup extends StatelessWidget {
child: InkWell(
splashColor: Colors.blue.withAlpha(30),
onTap: () {
debugPrint('Card tapped.');
Navigator.of(context).pop();
showDialog(
context: context,