I create dart web server on aqueduct. And i want add into project my custom file (f.e. in json format) and read in dart code. In which folder i can put my own custom non-dart files? Thanks
Asked
Active
Viewed 46 times
1 Answers
1
You can put your non-Dart files into any directory, even alongside your Dart files. Just put them wherever makes most sense to you for your project.

Ben Konyi
- 2,849
- 12
- 20
-
Yes, thanks. I have already understood, with library 'resource'. – Yuriy Aizenberg Feb 01 '20 at 19:04