-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix flutter-json doesn't provide error details
- Loading branch information
Michal Dorner
committed
Feb 1, 2021
1 parent
2365963
commit 855ff9b
Showing
13 changed files
with
3,196 additions
and
51 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
Oops, something went wrong.