user21214557
user21214557

Reputation:

Flutter: Unable to load assets for flutter_map

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

Upvotes: 0

Views: 454

Answers (1)

user21214557
user21214557

Reputation:

I solved my problem by simply adding each folder individually. Apparently the developers of Flutter don't offer any other option at the moment.

Upvotes: 0

Related Questions