Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Launching lib\main.dart on Android SDK built for x86 64 in debug mode...
- Compiler message:
- /D:/flutter/.pub-cache/hosted/pub.dartlang.org/dart_amqp-0.1.1/lib/src/client/impl/client_impl.dart:50:53: Error: The argument type 'StreamTransformer<List<int>, RawFrame>' can't be assigned to the parameter type 'StreamTransformer<Uint8List, dynamic>'.
- - 'StreamTransformer' is from 'dart:async'.
- - 'List' is from 'dart:core'.
- - 'RawFrame' is from 'package:dart_amqp/src/protocol.dart' ('/D:/flutter/.pub-cache/hosted/pub.dartlang.org/dart_amqp-0.1.1/lib/src/protocol.dart').
- - 'Uint8List' is from 'dart:typed_data'.
- Try changing the type of the parameter, or casting the argument to 'StreamTransformer<Uint8List, dynamic>'.
- .transform(new RawFrameParser(tuningSettings).transformer)
- ^
- Compiler failed on D:\PPTIK\Projects\Lpay\L-PAY-Mobile\lib\main.dart
- FAILURE: Build failed with an exception.
- * Where:
- Script 'D:\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 765
- * What went wrong:
- Execution failed for task ':app:compileFlutterBuildDebugX64'.
- > Process 'command 'D:\flutter\bin\flutter.bat'' 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 15sGradle task assembleDebug failed with exit code 1
- Exited (sigterm)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement