main skeleton of app

This commit is contained in:
Andrew 2022-09-08 18:17:52 +07:00
commit 24f458b06f
36 changed files with 1783 additions and 0 deletions

View file

@ -0,0 +1,6 @@
part of 'scoop_list_bloc.dart';
@immutable
abstract class ScoopListState {}
class ScoopListInitial extends ScoopListState {}