We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Package version record 5.1.0 and record_android 1.2.0
Environment
Describe the bug
A clear and concise description of what the bug is.
Launching lib/main.dart on M2102J20SG in debug mode... e: /Users/victor/.pub-cache/hosted/pub.dev/record_android-1.2.0/android/src/main/kotlin/com/llfbandit/record/record/format/Format.kt: (13, 44): Unresolved reference: PassthroughEncoder e: /Users/victor/.pub-cache/hosted/pub.dev/record_android-1.2.0/android/src/main/kotlin/com/llfbandit/record/record/format/Format.kt: (55, 17): Unresolved reference: PassthroughEncoder e: /Users/victor/.pub-cache/hosted/pub.dev/record_android-1.2.0/android/src/main/kotlin/com/llfbandit/record/record/recorder/RecordThread.kt: (5, 36): Unresolved reference: PCMReader e: /Users/victor/.pub-cache/hosted/pub.dev/record_android-1.2.0/android/src/main/kotlin/com/llfbandit/record/record/recorder/RecordThread.kt: (11, 43): Unresolved reference: AmrNbFormat e: /Users/victor/.pub-cache/hosted/pub.dev/record_android-1.2.0/android/src/main/kotlin/com/llfbandit/record/record/recorder/RecordThread.kt: (12, 43): Unresolved reference: AmrWbFormat e: /Users/victor/.pub-cache/hosted/pub.dev/record_android-1.2.0/android/src/main/kotlin/com/llfbandit/record/record/recorder/RecordThread.kt: (13, 43): Unresolved reference: FlacFormat e: /Users/victor/.pub-cache/hosted/pub.dev/record_android-1.2.0/android/src/main/kotlin/com/llfbandit/record/record/recorder/RecordThread.kt: (15, 43): Unresolved reference: OpusFormat e: /Users/victor/.pub-cache/hosted/pub.dev/record_android-1.2.0/android/src/main/kotlin/com/llfbandit/record/record/recorder/RecordThread.kt: (16, 43): Unresolved reference: PcmFormat e: /Users/victor/.pub-cache/hosted/pub.dev/record_android-1.2.0/android/src/main/kotlin/com/llfbandit/record/record/recorder/RecordThread.kt: (17, 43): Unresolved reference: WaveFormat e: /Users/victor/.pub-cache/hosted/pub.dev/record_android-1.2.0/android/src/main/kotlin/com/llfbandit/record/record/recorder/RecordThread.kt: (27, 25): Unresolved reference: PCMReader e: /Users/victor/.pub-cache/hosted/pub.dev/record_android-1.2.0/android/src/main/kotlin/com/llfbandit/record/record/recorder/RecordThread.kt: (116, 26): Unresolved reference: PCMReader e: /Users/victor/.pub-cache/hosted/pub.dev/record_android-1.2.0/android/src/main/kotlin/com/llfbandit/record/record/recorder/RecordThread.kt: (135, 42): Unresolved reference: AmrNbFormat e: /Users/victor/.pub-cache/hosted/pub.dev/record_android-1.2.0/android/src/main/kotlin/com/llfbandit/record/record/recorder/RecordThread.kt: (136, 42): Unresolved reference: AmrWbFormat e: /Users/victor/.pub-cache/hosted/pub.dev/record_android-1.2.0/android/src/main/kotlin/com/llfbandit/record/record/recorder/RecordThread.kt: (137, 41): Unresolved reference: FlacFormat e: /Users/victor/.pub-cache/hosted/pub.dev/record_android-1.2.0/android/src/main/kotlin/com/llfbandit/record/record/recorder/RecordThread.kt: (138, 46): Unresolved reference: PcmFormat e: /Users/victor/.pub-cache/hosted/pub.dev/record_android-1.2.0/android/src/main/kotlin/com/llfbandit/record/record/recorder/RecordThread.kt: (139, 41): Unresolved reference: OpusFormat e: /Users/victor/.pub-cache/hosted/pub.dev/record_android-1.2.0/android/src/main/kotlin/com/llfbandit/record/record/recorder/RecordThread.kt: (140, 40): Unresolved reference: WaveFormat FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':record_android:compileDebugKotlin'. > A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction > Compilation error. See log for more details * 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 5s Error: Gradle task assembleDebug failed with exit code 1 Exited (1).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Please, cleanup your project. flutter clean && flutter pub get
flutter clean && flutter pub get
There's no issue here.
Sorry, something went wrong.
No branches or pull requests
Package version
record 5.1.0 and record_android 1.2.0
Environment
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: