Manage Beneficiary fetch

This commit is contained in:
2025-08-08 08:40:38 +05:30
parent ae40f61c01
commit 117e2d5786
8 changed files with 146 additions and 5 deletions

View File

@@ -3,7 +3,6 @@ import 'package:flutter_bloc/flutter_bloc.dart';
import 'theme_state.dart';
import 'package:kmobile/config/theme_type.dart';
import 'package:shared_preferences/shared_preferences.dart';
// import 'package:kmobile/config/themes.dart';
class ThemeCubit extends Cubit<ThemeState> {
ThemeCubit(): super(ThemeViolet()) {