Skip to content

Commit

Permalink
Merge pull request #86 from lsuhov/master
Browse files Browse the repository at this point in the history
Add missing export of BuildMode
  • Loading branch information
jonsamwell authored Oct 23, 2020
2 parents be85bc6 + 60910e0 commit 32e41e7
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 32e41e7

Please sign in to comment.