Flutter 与细分分析

问题描述

我正在尝试将 Segment-Analytics 添加Flutter 应用程序,但目前,在添加 lib 后,我的应用程序似乎无法启动,但构建仍然成功。库:https://pub.dev/packages/flutter_segment

当我运行 Flutter run 时:

Waiting for iPhone 12 Pro Max to report its views...
Debug service listening on ws://127.0.0.1:60371/UvkZwEEEE9Q=/ws
Syncing files to device iPhone 12 Pro Max...
Lost connection to device.

以冗长的几行结尾:

[   +2 ms] Updating assets
[ +800 ms] Manifest contained wildcard assets. Inserting missing file into build graph to force rerun. for more information see #56466.
[  +84 ms] Syncing files to device iPhone 12 Pro Max...
[   +3 ms] Scanning asset files
[  +40 ms] <- reset
[        ] Compiling dart to kernel with 0 updated files
[   +7 ms] <- recompile package:foobar/main.dart ca15a951-5490-4e2d-b153-7b8a5eeeb160
[        ] <- ca15a951-5490-4e2d-b153-7b8a5eeeb160
[   +9 ms] Flutter: [debug] release: my.foobar.testseg@0.0.2+2
[   +5 ms] Service protocol connection closed.
[   +2 ms] Lost connection to device.
[ +294 ms] Updating files
[   +8 ms] Error writing "build/Flutter_assets/assets/images/gadget.png" to DevFS: SocketException: OS Error: Connection refused,errno = 61,address = 127.0.0.1,port = 63860
[        ] trying again in a few - 9 more attempts left
[        ] Error writing "build/Flutter_assets/assets/images/logo/ticked.svg" to DevFS: SocketException: OS Error: Connection refused,port = 63861
[        ] trying again in a few - 9 more attempts left
[   +1 ms] Error writing "build/Flutter_assets/assets/images/logo/kyc.svg" to DevFS: SocketException: OS Error: Connection refused,port = 63862
[        ] trying again in a few - 9 more attempts left

关于如何解决 Flutter 以便能够将分析数据发送到细分分析的任何建议,目前它不支持它的网络应用。

P/S:任何其他软件建议也会有所帮助,谢谢。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)