0
votes

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

1

1 Answers

1
votes

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.