Skip to content

Commit

Permalink
dart fix
Browse files Browse the repository at this point in the history
  • Loading branch information
moba15 committed Jan 2, 2025
1 parent 3c84995 commit 3888dfd
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions lib/customwidgets/widgets/view/custom_webview_view.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:smart_home/customwidgets/widgets/custom_webview_widget.dart';
import 'package:smart_home/device/state/bloc/datapoint_bloc.dart';
//import 'package:webview_flutter/webview_flutter.dart';

class CustomWebViewView extends StatefulWidget {
Expand Down Expand Up @@ -81,6 +79,6 @@ class _CustomWebViewViewState extends State<CustomWebViewView> {
),
],
));*/
return Placeholder();
return const Placeholder();
}
}
1 change: 0 additions & 1 deletion lib/device/state/bloc/datapoint_bloc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import 'dart:async';

import 'package:bloc/bloc.dart';
import 'package:equatable/equatable.dart';
import 'package:smart_home/device/state/datapointTypes/datapoint_types.dart';
import 'package:smart_home/device/state/state.dart';
import 'package:smart_home/device/iobroker_device.dart';
import 'package:smart_home/manager/manager.dart';
Expand Down
1 change: 0 additions & 1 deletion lib/manager/manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import 'package:smart_home/manager/samart_home/iobroker_manager.dart';
import 'package:smart_home/manager/screen_manager.dart';
import 'package:smart_home/manager/settings_sync_manager.dart';
import 'package:smart_home/manager/theme/theme_manager.dart';
import 'package:smart_home/utils/logger/logger_filter.dart';
import 'package:talker_flutter/talker_flutter.dart';
import '../background/background_runner.dart';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:smart_home/manager/manager.dart';
import 'package:smart_home/utils/app_locallization_shortcut.dart';
import 'package:smart_home/utils/logger/cutsom_logger.dart';

/*
Translation status: 100%
Expand Down

0 comments on commit 3888dfd

Please sign in to comment.