flutter_page_object 0.0.2 copy "flutter_page_object: ^0.0.2" to clipboard
flutter_page_object: ^0.0.2 copied to clipboard

Helps to implement the Page Object pattern in a Flutter app.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'login_page.dart';

void main() {
  runApp(const MaterialApp(home: LoginPage()));
}
1
likes
0
points
645
downloads

Publisher

unverified uploader

Weekly Downloads

Helps to implement the Page Object pattern in a Flutter app.

Homepage
Repository (GitHub)
View/report issues

Topics

#page-object #testing #test-automation

License

unknown (license)

Dependencies

flutter, flutter_test

More

Packages that depend on flutter_page_object