-
Notifications
You must be signed in to change notification settings - Fork 90
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
Build error with recent Flutter #17
Comments
I also have the same issue /C:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_candlesticks-0.1.4/lib/flutter_candlesticks.dart:190:57: Error: The getter 'text' isn't defined for the class 'InlineSpan'.
FAILURE: Build failed with an exception.
BUILD FAILED in 33s |
still getting same issue with flutter 2.1.0-13-0.pre.194.. /G:/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_markdown-0.2.0/lib/src/builder.dart:326:49: Error: The getter 'children' isn't defined for the class 'InlineSpan'.
FAILURE: Build failed with an exception. |
Launching lib\main.dart on sdk gphone x86 in debug mode...
FAILURE: Build failed with an exception.
BUILD FAILED in 13s |
Did you guys manage to fix this issue? |
Still facing same issue, you guys got any fix? |
👋🏿 I also have this issue Someone needs to maintain this package |
Running Gradle task 'assembleDebug'...
/data/dev/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_candlesticks-0.1.4/lib/flutter_candlesticks.dart:190:57: Error: The getter 'text' isn't defined for the class 'InlineSpan'.
Try correcting the name to the name of an existing getter, or defining a getter or field named 'text'.
width = size.width - gridLineTextPainters[0].text.text.length * 6;
^^^^
FAILURE: Build failed with an exception.
Where:
Script '/data/dev/flutter/packages/flutter_tools/gradle/flutter.gradle' line: 991
What went wrong:
Execution failed for task ':app:compileFlutterBuildDebug'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 10s
Exception: Gradle task assembleDebug failed with exit code 1
The text was updated successfully, but these errors were encountered: