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';