We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6de1f4 commit ca0fda5Copy full SHA for ca0fda5
1 file changed
lib/pages/trainings_mode.dart
@@ -68,6 +68,7 @@ class _TrainingsModeState extends State<TrainingsMode> {
68
const SizedBox(width: 16),
69
FloatingActionButton.small(
70
child: Icon(Icons.lightbulb_outline),
71
+ heroTag: "hint",
72
onPressed: (){
73
MyAlertDialog().showHintDialog(
74
context,
@@ -131,6 +132,7 @@ class _TrainingsModeState extends State<TrainingsMode> {
131
132
FloatingActionButton.extended(
133
label: Text(appLocalizations.done), // Done
134
icon: Icon(Icons.done_all),
135
+ heroTag: "done",
136
onPressed: () {
137
String userCode = enterCodeController.text;
138
// Call library and check it's result
0 commit comments