Skip to content

Commit 494b5f9

Browse files
committed
show load and env , accessible in our package
1 parent adce8ae commit 494b5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/buxdotph.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/// A dart client for Bux API.
22
library buxdotph;
33

4-
export 'package:dotenv/dotenv.dart';
4+
export 'package:dotenv/dotenv.dart' show load, env;
55

66
export 'src/bux.dart';
77
export 'src/headers.dart';

0 commit comments

Comments
 (0)