Skip to content

Commit

Permalink
don't export order UI from passkit_ui just yet
Browse files Browse the repository at this point in the history
  • Loading branch information
ueman committed Oct 13, 2024
1 parent 088e9ae commit c9aab94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/lib/import_order/import_order_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import 'package:content_resolver/content_resolver.dart';
import 'package:flutter/material.dart';
import 'package:flutter_gen/gen_l10n/app_localizations.dart';
import 'package:passkit/passkit.dart';
import 'package:passkit_ui/passkit_ui.dart';
// ignore: implementation_imports
import 'package:passkit_ui/src/order/order_widget.dart';
import 'package:url_launcher/url_launcher.dart';

class PkOrderImportSource {
Expand Down
2 changes: 1 addition & 1 deletion passkit_ui/lib/passkit_ui.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export 'src/export_pass_image.dart';
export 'src/extensions/extensions.dart';
export 'src/order/order_widget.dart';
// export 'src/order/order_widget.dart'; # Not ready yet
export 'src/pk_pass_widget.dart';
export 'src/widgets/widgets.dart';

0 comments on commit c9aab94

Please sign in to comment.