stacked bar graph, edit / remove transaction & budget page base
This commit is contained in:
10
lib/domains/budget/budget_bloc.dart
Normal file
10
lib/domains/budget/budget_bloc.dart
Normal file
@@ -0,0 +1,10 @@
|
||||
import 'package:equatable/equatable.dart';
|
||||
import 'package:flutter_bloc/flutter_bloc.dart';
|
||||
|
||||
part 'budget_event.dart';
|
||||
part 'budget_state.dart';
|
||||
|
||||
class BudgetBloc extends Bloc<BudgetEvent, BudgetState> {
|
||||
BudgetBloc(super.initialState);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user