Skip to content

Commit

Permalink
fix: reduce chances of export collisions
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierChanth committed Nov 20, 2024
1 parent b400685 commit ca5f957
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ library at_onboarding_services;

export 'src/services/at_keys_file_upload_service.dart';
export 'src/services/at_onboarding_backup_service.dart';
export 'src/services/at_onboarding_config.dart';
export 'src/services/at_onboarding_theme.dart';
export 'src/services/at_onboarding_tutorial_service.dart';
export 'src/services/backend_service.dart';
export 'src/services/free_atsign_service.dart';
export 'src/services/onboarding_service.dart';
export 'src/services/sdk_service.dart';

// Don't export this here even though it's a service,
// otherwise it will conflict with the at_onboarding_flutter.dart library
// Please leave this comment here to prevent future pain
// export 'src/services/at_onboarding_config.dart';

0 comments on commit ca5f957

Please sign in to comment.