Skip to content

Commit 00b1533

Browse files
committed
refactor: rename _AppConfigFetchRequested event
- Renamed to AppConfigFetchRequested - Made event public
1 parent bee7768 commit 00b1533

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/app/bloc/app_event.dart

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ class AppTextScaleFactorChanged extends AppEvent {
9292
List<Object?> get props => [appTextScaleFactor];
9393
}
9494

95-
/// {@template _app_config_fetch_requested}
96-
/// Internal event to trigger fetching of the global AppConfig.
95+
/// {@template app_config_fetch_requested}
96+
/// Event to trigger fetching of the global AppConfig.
9797
/// {@endtemplate}
98-
class _AppConfigFetchRequested extends AppEvent {
99-
/// {@macro _app_config_fetch_requested}
100-
const _AppConfigFetchRequested();
98+
class AppConfigFetchRequested extends AppEvent {
99+
/// {@macro app_config_fetch_requested}
100+
const AppConfigFetchRequested();
101101
}
102102

103103
/// {@template app_user_account_action_shown}

0 commit comments

Comments
 (0)