You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried to build my app on Codemagic, it breaks when I try to use this FlChart library. If i remove the chart widget, everything works fine.
== Building for Android ==
== /usr/local/bin/flutter build apk --debug ==
Initializing gradle... 2.8s
Resolving dependencies... 51.1s
Running Gradle task 'assembleDebug'...
Compiler message:
lib/src/components/charts/EmployeesChart.dart:93:25: Error: No named parameter with the name 'getVerticalTitles'.
getVerticalTitles: (value) {
^^^^^^^^^^^^^^^^^
file:///Users/builder/programs/flutter/.pub-cache/hosted/pub.dartlang.org/fl_chart-0.1.4/lib/src/chart/base/base_chart/base_chart_data.dart:79:9: Context: Found this candidate, but the arguments don't match.
const FlTitlesData({
^
Compiler failed on lib/main.dart
FAILURE: Build failed with an exception.
* Where:
Script '/Users/builder/programs/flutter/packages/flutter_tools/gradle/flutter.gradle' line: 665
* What went wrong:
Execution failed for task ':app:compileflutterBuildDebugArm'.
...
BUILD FAILED in 22s
Running Gradle task 'assembleDebug'... 23.7s
Gradle task assembleDebug failed with exit code 1
The text was updated successfully, but these errors were encountered:
Tried to build my app on Codemagic, it breaks when I try to use this FlChart library. If i remove the chart widget, everything works fine.
The text was updated successfully, but these errors were encountered: