Fix flutter-json doesn't provide error details

This commit is contained in:
Michal Dorner 2021-02-01 15:08:21 +01:00
parent 2365963b2e
commit 855ff9bfaf
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786
13 changed files with 3196 additions and 51 deletions

View file

@ -0,0 +1,57 @@
.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