elementary_test 0.0.3-dev.5 copy "elementary_test: ^0.0.3-dev.5" to clipboard
elementary_test: ^0.0.3-dev.5 copied to clipboard

outdated

A testing library which makes it easy to test elementary used apps. Built to be used with the elementary architecture package.

example/lib/main.dart

import 'package:country/ui/app/app.dart';
import 'package:country/ui/app/app_dependencies.dart';
import 'package:flutter/widgets.dart';

void main() {
  runApp(
    const AppDependencies(
      app: App(),
    ),
  );
}
24
likes
0
pub points
68%
popularity

Publisher

verified publisherelementaryteam.dev

A testing library which makes it easy to test elementary used apps. Built to be used with the elementary architecture package.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

elementary, flutter, flutter_test, meta, mocktail, surf_lint_rules

More

Packages that depend on elementary_test