Launching lib/main.dart on RMX1851 in debug mode...
../../../.pub-cache/hosted/pub.dev/flutter_emoji_gif_picker-0.1.3/lib/views/picker_menu_mobile.dart:381:9: Error: No named parameter with the name 'showRecentsTab'.
showRecentsTab: true,
^^^^^^^^^^^^^^
../../../.pub-cache/hosted/pub.dev/emoji_picker_flutter-1.6.4/lib/src/config.dart:19:9: Context: Found this candidate, but the arguments don't match.
const Config({
^^^^^^
../../../.pub-cache/hosted/pub.dev/flutter_emoji_gif_picker-0.1.3/lib/views/picker_menu_desktop.dart:320:9: Error: No named parameter with the name 'showRecentsTab'.
showRecentsTab: true,
^^^^^^^^^^^^^^
../../../.pub-cache/hosted/pub.dev/emoji_picker_flutter-1.6.4/lib/src/config.dart:19:9: Context: Found this candidate, but the arguments don't match.
const Config({
^^^^^^
Target kernel_snapshot failed: Exception
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:compileFlutterBuildDebug'.
> Process 'command '/home/kingkong/Documents/flutter_linux_3.3.9-stable/flutter/bin/flutter'' finished with non-zero exit value 1
* 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 2s
Error: Gradle task assembleDebug failed with exit code 1
Exited (1).
When i try to run the provided example code, I got below error: