mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 14:27:10 +01:00
57 lines
1.5 KiB
Text
57 lines
1.5 KiB
Text
.github/ISSUE_TEMPLATE/bug_report.md
|
|
.github/ISSUE_TEMPLATE/config.yml
|
|
.github/ISSUE_TEMPLATE/feature_request.md
|
|
.github/workflows/build.yml
|
|
.gitignore
|
|
CHANGELOG.md
|
|
LICENSE
|
|
README.md
|
|
all_lint_rules.yaml
|
|
analysis_options.yaml
|
|
dart_test.yaml
|
|
example/.gitignore
|
|
example/.metadata
|
|
example/lib/main.dart
|
|
example/pubspec.yaml
|
|
example/test/widget_test.dart
|
|
example/test_driver/app.dart
|
|
example/test_driver/app_test.dart
|
|
lib/provider.dart
|
|
lib/single_child_widget.dart
|
|
lib/src/async_provider.dart
|
|
lib/src/change_notifier_provider.dart
|
|
lib/src/consumer.dart
|
|
lib/src/deferred_inherited_provider.dart
|
|
lib/src/inherited_provider.dart
|
|
lib/src/listenable_provider.dart
|
|
lib/src/provider.dart
|
|
lib/src/proxy_provider.dart
|
|
lib/src/reassemble_handler.dart
|
|
lib/src/selector.dart
|
|
lib/src/value_listenable_provider.dart
|
|
pubspec.yaml
|
|
resources/devtools_providers.jpg
|
|
resources/expanded_devtools.jpg
|
|
resources/flutter_favorite.png
|
|
resources/translations/es_MX/README.md
|
|
resources/translations/pt_br/README.md
|
|
resources/translations/zh-CN/README.md
|
|
scripts/flutter_test.sh
|
|
test/builder_test.dart
|
|
test/change_notifier_provider_test.dart
|
|
test/common.dart
|
|
test/consumer_test.dart
|
|
test/context_test.dart
|
|
test/dart_test.yaml
|
|
test/future_provider_test.dart
|
|
test/inherited_provider_test.dart
|
|
test/listenable_provider_test.dart
|
|
test/listenable_proxy_provider_test.dart
|
|
test/multi_provider_test.dart
|
|
test/provider_test.dart
|
|
test/proxy_provider_test.dart
|
|
test/reassemble_test.dart
|
|
test/selector_test.dart
|
|
test/stateful_provider_test.dart
|
|
test/stream_provider_test.dart
|
|
test/value_listenable_provider_test.dart
|