我一直试图找到一种打开Isar数据库检查器的方法。
有人知道怎么打开检查员吗?
发布于 2022-08-23 06:45:38
inspector:true中设置Isar.open()Isar.open(
schemas: [...],
directory: dir.path,
inspector: true,
);flutter: ╔════════════════════════════════════════╗
flutter: ║ ISAR CONNECT STARTED ║
flutter: ╟────────────────────────────────────────╢
flutter: ║ Open the Isar Inspector and enter the ║
flutter: ║ following URL to connect: ║
flutter: ╟────────────────────────────────────────╢
flutter: ║ ws://127.0.0.1:63001/addadada=/ ║
flutter: ╚════════════════════════════════════════╝发布于 2022-06-18 15:09:36
根据ISAR主页,现在只有一个可执行文件来访问检查器,在调试输出中生成的链接只用于Mac (https://github.com/isar/isar),在问题讨论中,#snhmehta发布了Windows (https://github.com/isar/isar/issues/90)。只需记住在应用程序中启用带有inspect:true的检查器。
https://stackoverflow.com/questions/72655458
复制相似问题