Change initialization and logging

This commit is contained in:
problematicconsumer
2023-12-22 14:16:24 +03:30
parent defca7de5e
commit 6219663a4c
22 changed files with 409 additions and 277 deletions

View File

@@ -2,7 +2,6 @@ export 'alerts.dart';
export 'async_mutation.dart';
export 'bottom_sheet_page.dart';
export 'callback_debouncer.dart';
export 'custom_log_printer.dart';
export 'custom_loggers.dart';
export 'custom_text_form_field.dart';
export 'date_time_formatter.dart';
@@ -11,7 +10,6 @@ export 'mutation_state.dart';
export 'number_formatters.dart';
export 'placeholders.dart';
export 'platform_utils.dart';
export 'sentry_loggy_integration.dart';
export 'sentry_riverpod_observer.dart';
export 'sentry_utils.dart';
export 'text_utils.dart';