Skip to content

Commit

Permalink
Merge pull request #286 from jamieastley/fix/export-platform-interface
Browse files Browse the repository at this point in the history
fix: export platform_interface
  • Loading branch information
RodrigoSMarques committed Jan 27, 2024
2 parents 1d5dc52 + 84e4979 commit b904047
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/flutter_branch_sdk.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import 'src/flutter_branch_sdk_platform_interface.dart';
import 'src/objects/app_tracking_transparency.dart';
import 'src/objects/branch_universal_object.dart';

export 'src/flutter_branch_sdk_platform_interface.dart';
export 'src/objects/app_tracking_transparency.dart';
export 'src/objects/branch_universal_object.dart';

Expand Down

0 comments on commit b904047

Please sign in to comment.