0

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

Yuriy Aizenberg
  • 373
  • 9
  • 28

1 Answers1

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