From dfb6562292630b6b1dc20934b334f4472e474894 Mon Sep 17 00:00:00 2001 From: alestiago Date: Thu, 10 Mar 2022 13:05:06 +0000 Subject: [PATCH] chore: ignored lint rue --- lib/theme/cubit/theme_cubit.dart | 2 ++ lib/theme/cubit/theme_state.dart | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lib/theme/cubit/theme_cubit.dart b/lib/theme/cubit/theme_cubit.dart index 7ba79e59..9f15cc1c 100644 --- a/lib/theme/cubit/theme_cubit.dart +++ b/lib/theme/cubit/theme_cubit.dart @@ -1,3 +1,5 @@ +// ignore_for_file: public_member_api_docs + import 'package:bloc/bloc.dart'; import 'package:equatable/equatable.dart'; import 'package:pinball_theme/pinball_theme.dart'; diff --git a/lib/theme/cubit/theme_state.dart b/lib/theme/cubit/theme_state.dart index 13b3ea5f..cc7e4cac 100644 --- a/lib/theme/cubit/theme_state.dart +++ b/lib/theme/cubit/theme_state.dart @@ -1,3 +1,5 @@ +// ignore_for_file: public_member_api_docs + part of 'theme_cubit.dart'; class ThemeState extends Equatable {