From 2535947f7ee265564c9ea32b72d009605d16388e Mon Sep 17 00:00:00 2001 From: alestiago Date: Thu, 10 Mar 2022 13:35:04 +0000 Subject: [PATCH] docs: included TODO comments --- lib/theme/cubit/theme_cubit.dart | 1 + lib/theme/cubit/theme_state.dart | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/theme/cubit/theme_cubit.dart b/lib/theme/cubit/theme_cubit.dart index 9f15cc1c..94eba4a6 100644 --- a/lib/theme/cubit/theme_cubit.dart +++ b/lib/theme/cubit/theme_cubit.dart @@ -1,4 +1,5 @@ // ignore_for_file: public_member_api_docs +// TODO(allisonryan0002): Document this section when the API is stable. import 'package:bloc/bloc.dart'; import 'package:equatable/equatable.dart'; diff --git a/lib/theme/cubit/theme_state.dart b/lib/theme/cubit/theme_state.dart index cc7e4cac..078f5c84 100644 --- a/lib/theme/cubit/theme_state.dart +++ b/lib/theme/cubit/theme_state.dart @@ -1,4 +1,5 @@ // ignore_for_file: public_member_api_docs +// TODO(allisonryan0002): Document this section when the API is stable. part of 'theme_cubit.dart';