jhomlala / alice

HTTP Inspector for Flutter. Allows checking HTTP connections with UI inspector.
544 stars 246 forks source link

No named parameter with the name 'accentColor'. #176

Closed sanjaysharmajw closed 4 months ago

sanjaysharmajw commented 4 months ago

Launching lib/main.dart on 22041219I in debug mode... Running Gradle task 'assembleDebug'... ../../../../../.pub-cache/hosted/pub.dev/alice-0.2.4/lib/ui/page/alice_calls_list_screen.dart:46:13: Error: No named parameter with the name 'accentColor'. accentColor: AliceConstants.lightRed), ^^^^^^^^^^^ ../../../../Flutter/flutter3.13.5/packages/flutter/lib/src/material/theme_data.dart:290:11: Context: Found this candidate, but the arguments don't match. factory ThemeData({ ^ ../../../../../.pub-cache/hosted/pub.dev/alice-0.2.4/lib/ui/page/alice_stats_screen.dart:19:13: Error: No named parameter with the name 'accentColor'. accentColor: AliceConstants.lightRed), ^^^^^^^^^^^ ../../../../Flutter/flutter3.13.5/packages/flutter/lib/src/material/theme_data.dart:290:11: Context: Found this candidate, but the arguments don't match. factory ThemeData({ ^ ../../../../../.pub-cache/hosted/pub.dev/alice-0.2.4/lib/ui/page/alice_call_details_screen.dart:39:13: Error: No named parameter with the name 'accentColor'. accentColor: AliceConstants.lightRed), ^^^^^^^^^^^ ../../../../Flutter/flutter3.13.5/packages/flutter/lib/src/material/theme_data.dart:290:11: Context: Found this candidate, but the arguments don't match. factory ThemeData({ ^ Target kernel_snapshot failed: Exception

FAILURE: Build failed with an exception.

BUILD FAILED in 3s Exception: Gradle task assembleDebug failed with exit code 1

jhomlala commented 4 months ago

Please update to latest Alice release.