0

I'm building an app where I embed a map using flutter_map. I have downloaded offline tiles, but they cannot be loaded from the assets folder because the following error appears: Error. flutter_map itself gives the following errors: Error

My main.dart file: Main Dart File

My pubspec.yaml file: Pubspec.yaml

My folder structure:

Folder Structure

Lama_Agent
  • 29
  • 5

1 Answers1

0

Found a, unfortunately not so great, but functional solution: I have added each subfolder individually.

Lama_Agent
  • 29
  • 5
  • As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Apr 22 '23 at 18:17