Skip to content

Commit

Permalink
Add missing export of BuildMode
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucian Suhov committed Sep 23, 2020
1 parent 30bc6a7 commit 60910e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/flutter_gherkin.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
library flutter_gherkin;

// Flutter specific implementations
export 'src/flutter/build_mode.dart';
export 'src/flutter/flutter_world.dart';
export 'src/flutter/flutter_test_configuration.dart';
export 'src/flutter/utils/driver_utils.dart';
Expand Down

0 comments on commit 60910e0

Please sign in to comment.