Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
milenark committed Jan 25, 2024
1 parent 2111e7c commit dcc5080
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class DownloadCoursesContentView extends ConsumerWidget {

@override
Widget build(BuildContext context, WidgetRef ref) {
final TextEditingController searchController = TextEditingController();
double width = MediaQuery.of(context).size.width;

return BaseView(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import 'package:gocast_mobile/utils/constants.dart';

import 'package:gocast_mobile/views/course_view/components/course_card.dart';
import 'package:gocast_mobile/views/course_view/course_detail_view/course_detail_view.dart';
import 'package:gocast_mobile/views/settings_view/settings_screen_view.dart';

/// CoursesScreen
///
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class PinnedCoursesContentView extends ConsumerWidget {

@override
Widget build(BuildContext context, WidgetRef ref) {
TextEditingController searchController = TextEditingController();
double width = MediaQuery.of(context).size.width;

return BaseView(
Expand Down

0 comments on commit dcc5080

Please sign in to comment.