Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在渡槽上创建飞镖网络服务器。我想将我的自定义文件(json格式的fe)添加到项目中并读入飞镖代码。我可以在哪个文件夹中放置我自己的自定义非飞镖文件?谢谢
你可以把你的非 Dart 文件放到任何目录中,甚至放在你的 Dart 文件旁边。只需将它们放在对您的项目最有意义的地方。