Rajesh
Rajesh

Reputation: 31

How to host Flutter App Data files online?

I am working on a workout app, the app has a lot of exercise images, 30 background music files making the build file bigger. How to reduce this ? Where can I host the in-app data files?

Upvotes: 3

Views: 206

Answers (1)

Mehmet Demir
Mehmet Demir

Reputation: 283

Host files to Firebase Storage or Amazon S3 or another service. Use flutter_cache_manager and cached_network_image to download when needed.
The files are big. http://wasabi.com price is 80% lower than Amazon S3. Bandwidth is free on Wasabi and your data is on SSD.

Upvotes: 1

Related Questions