We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6bd1dc1 + 1b8f212 commit 9d5e311Copy full SHA for 9d5e311
lib/common.dart
@@ -1,2 +1,3 @@
1
export 'src/exceptions.dart' hide mapPayjoinError, ExceptionBase;
2
export 'src/generated/utils/types.dart';
3
+export 'src/config.dart' show PConfig;
lib/send.dart
@@ -1,5 +1,4 @@
import 'package:payjoin_flutter/common.dart';
-import 'package:payjoin_flutter/src/config.dart';
import 'package:payjoin_flutter/src/exceptions.dart';
4
import 'package:payjoin_flutter/uri.dart';
5
0 commit comments