Removed unused imports and moved tour bloc to delivery to be shared by overview and detailed view
This commit is contained in:
@ -19,7 +19,6 @@ class CarDialog extends StatefulWidget {
|
||||
}
|
||||
|
||||
class _CarDialogState extends State<CarDialog> {
|
||||
bool _isLoading = false;
|
||||
final _formKey = GlobalKey<FormState>();
|
||||
late final TextEditingController _plateController;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user