zuke_frontend 0.2.1
zuke_frontend: ^0.2.1 copied to clipboard
Gherkin feature parsing and specification compilation.
example/zuke_frontend_example.dart
import 'package:zuke_frontend/zuke_frontend.dart';
void main() {
const location = SourceLocation(file: 'example.feature', line: 1);
print(location.file);
}