fluttium_flow 0.1.0-dev.2 copy "fluttium_flow: ^0.1.0-dev.2" to clipboard
fluttium_flow: ^0.1.0-dev.2 copied to clipboard

The flow definitions of the Fluttium user flow testing framework

example/main.dart

import 'dart:io';

import 'package:fluttium_flow/fluttium_flow.dart';

void main() {
  final flow = FluttiumFlow('''
description: 'A simple flow'
---
- expectVisible: 'findByText'
- tapOn: 'findByText'
- inputText: 'findByText'
- expectNotVisible: 'findByText'
''');

  stdout.write(flow.description);
}
3
likes
150
points
65
downloads

Publisher

verified publisherfluttium.dev

Weekly Downloads

The flow definitions of the Fluttium user flow testing framework

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

yaml

More

Packages that depend on fluttium_flow