CRUD: move firestore implementation in his own package #231

Merged
hugo merged 9 commits from feat/crud-update into master 2023-11-14 13:52:27 +00:00
Showing only changes of commit c19bb76d5c - Show all commits

View File

@ -29,7 +29,7 @@ class CrudInitial extends CrudState {
} }
/// Loading state of the CrudBaseCubit. /// Loading state of the CrudBaseCubit.
abstract class CrudLoading extends CrudState { class CrudLoading extends CrudState {
const CrudLoading(); const CrudLoading();
} }