Skip to content

Commit

Permalink
chore(core): Export safePrint from amplify_core
Browse files Browse the repository at this point in the history
And, by extension `amplify_flutter` which already exports `amplify_core`. This aligns the exports with `next`.

Fixes #2092.

commit-id:4afa07da
  • Loading branch information
Dillon Nys authored and dnys1 committed Sep 13, 2022
1 parent 20b33f2 commit e8e324c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/amplify_core/lib/amplify_core.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@

library amplify_core;

/// Common types
export 'package:aws_common/aws_common.dart';

/// Categories
export 'src/category/amplify_categories.dart';

Expand Down

0 comments on commit e8e324c

Please sign in to comment.