Advertisement
vitareinforce

error flutter

Nov 10th, 2019
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. Launching lib\main.dart on Android SDK built for x86 64 in debug mode...
  2.  
  3. Compiler message:
  4. /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>'.
  5. - 'StreamTransformer' is from 'dart:async'.
  6. - 'List' is from 'dart:core'.
  7. - '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').
  8. - 'Uint8List' is from 'dart:typed_data'.
  9. Try changing the type of the parameter, or casting the argument to 'StreamTransformer<Uint8List, dynamic>'.
  10. .transform(new RawFrameParser(tuningSettings).transformer)
  11. ^
  12. Compiler failed on D:\PPTIK\Projects\Lpay\L-PAY-Mobile\lib\main.dart
  13.  
  14. FAILURE: Build failed with an exception.
  15.  
  16. * Where:
  17. Script 'D:\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 765
  18.  
  19. * What went wrong:
  20. Execution failed for task ':app:compileFlutterBuildDebugX64'.
  21. > Process 'command 'D:\flutter\bin\flutter.bat'' finished with non-zero exit value 1
  22.  
  23. * Try:
  24. 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.
  25.  
  26. * Get more help at https://help.gradle.org
  27.  
  28. BUILD FAILED in 15sGradle task assembleDebug failed with exit code 1
  29. Exited (sigterm)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement