Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ueman committed Aug 11, 2024
1 parent 6c9ada6 commit ec63def
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion passkit_ui/lib/src/export_pass_image.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import 'package:passkit_ui/passkit_ui.dart';
/// Creates a PNG from the given [pass]
///
/// Remarks:
/// - Sometimes, images aren't correctly rendered on a pass
/// - Sometimes, images aren't correctly rendered on a pass. Calling this method
/// a second time with the same pass resolves that issue.
@experimental
Future<Uint8List?> exportPassAsImage(
PkPass pass, {
Expand Down

0 comments on commit ec63def

Please sign in to comment.