chore: fix 273+ analysis issues and repair corrupted core files
This commit is contained in:
@@ -11,14 +11,14 @@ import 'package:client_home/src/presentation/blocs/client_home_state.dart';
|
||||
///
|
||||
/// Shows an error message with a retry button when data fails to load.
|
||||
class ClientHomeErrorState extends StatelessWidget {
|
||||
/// The current home state containing error information.
|
||||
final ClientHomeState state;
|
||||
|
||||
/// Creates a [ClientHomeErrorState].
|
||||
const ClientHomeErrorState({
|
||||
required this.state,
|
||||
super.key,
|
||||
});
|
||||
/// The current home state containing error information.
|
||||
final ClientHomeState state;
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
||||
@@ -8,14 +8,14 @@ import 'package:client_home/src/presentation/widgets/dashboard_widget_builder.da
|
||||
///
|
||||
/// Shows visible dashboard widgets in a vertical scrollable list with dividers.
|
||||
class ClientHomeNormalModeBody extends StatelessWidget {
|
||||
/// The current home state.
|
||||
final ClientHomeState state;
|
||||
|
||||
/// Creates a [ClientHomeNormalModeBody].
|
||||
const ClientHomeNormalModeBody({
|
||||
required this.state,
|
||||
super.key,
|
||||
});
|
||||
/// The current home state.
|
||||
final ClientHomeState state;
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user