bdd_flutter 0.1.1 copy "bdd_flutter: ^0.1.1" to clipboard
bdd_flutter: ^0.1.1 copied to clipboard

A powerful Flutter package that simplifies Behavior Driven Development (BDD) by automatically generating test files from Gherkin feature files

example/lib/main.dart

import 'package:flutter/material.dart';

void main() {
  runApp(const MainApp());
}

class MainApp extends StatelessWidget {
  const MainApp({super.key});

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: Scaffold(body: Center(child: Text('Hello World!'))),
    );
  }
}
1
likes
0
points
279
downloads

Publisher

verified publishersamderlust.com

Weekly Downloads

A powerful Flutter package that simplifies Behavior Driven Development (BDD) by automatically generating test files from Gherkin feature files

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

build, flutter

More

Packages that depend on bdd_flutter