Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Launching app #1

Open
sushantsingh2244 opened this issue Jul 1, 2021 · 1 comment
Open

Issue with Launching app #1

sushantsingh2244 opened this issue Jul 1, 2021 · 1 comment

Comments

@sushantsingh2244
Copy link

Hi,
We are getting below issue
../../AppData/Local/Pub/Cache/hosted/pub.dartlang.org/json_dynamic_widget-1.0.3/lib/src/builders/json_scaffold_builder.dart:244:7: Error: No named parameter with the name 'resizeToAvoidBottomPadding'.
resizeToAvoidBottomPadding: resizeToAvoidBottomPadding,
^^^^^^^^^^^^^^^^^^^^^^^^^^
/D:/Applications/Flutter_src/flutter/packages/flutter/lib/src/material/scaffold.dart:1466:9: Context: Found this candidate, but the arguments don't match.
const Scaffold({
^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dartlang.org/json_dynamic_widget-1.0.3/lib/src/builders/json_theme_builder.dart:64:7: Error: No named parameter with the name 'isMaterialAppTheme'.
isMaterialAppTheme: isMaterialAppTheme,
^^^^^^^^^^^^^^^^^^
/D:/Applications/Flutter_src/flutter/packages/flutter/lib/src/material/theme.dart:39:9: Context: Found this candidate, but the arguments don't match.
const Theme({
^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dartlang.org/json_theme-1.2.3/lib/src/codec/theme_decoder.dart:3978:43: Error: Getter not found: 'horizontalDoubleArrow'.
result = SystemMouseCursors.horizontalDoubleArrow;
^^^^^^^^^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dartlang.org/json_theme-1.2.3/lib/src/codec/theme_decoder.dart:3990:43: Error: Getter not found: 'verticalDoubleArrow'.
result = SystemMouseCursors.verticalDoubleArrow;
^^^^^^^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dartlang.org/json_theme-1.2.3/lib/src/codec/theme_encoder.dart:2475:37: Error: Getter not found: 'horizontalDoubleArrow'.
} else if (SystemMouseCursors.horizontalDoubleArrow == value) {
^^^^^^^^^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dartlang.org/json_theme-1.2.3/lib/src/codec/theme_encoder.dart:2490:37: Error: Getter not found: 'verticalDoubleArrow'.
} else if (SystemMouseCursors.verticalDoubleArrow == value) {
^^^^^^^^^^^^^^^^^^^

FAILURE: Build failed with an exception.

@sushantsingh2244
Copy link
Author

we are getting above issue with flutter 2.2.3 . please give us a way ASAP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant