path_provider (Package of the Week)

preview_player
Показать описание

Are you tired of making users download the same data every time they launch your app, but you don’t want to add the complexity of databases or document storage? Try path_provider, which allows you to find commonly used locations on the filesystem.

This video is also subtitled in Chinese, Indonesian, Italian, Japanese, Korean, Portuguese, and Spanish.

#PackageoftheWeek #Widgets #Flutter

product: Flutter - Development - User interface; fullname: Craig Labenz;
Рекомендации по теме
Комментарии
Автор

Using path_provider to cache already fetched PDFs from Server Works like a charm

AnirbanChakraborty
Автор

Do something for storage access framework there is no package available for reading files from Android directory using SAF api specifically for Android 11

ankitparmar
Автор

Can i use it to save an array of objects

algeriennesaffaires
Автор

I’m already using it, but it shows deprecated on android 31. Why! Any solution for that

shahharoon
Автор

path_provider dependencies are outdated which makes flutter_local_notifications to get an older version. I have to use instead path_provider_android, path_provider_foundation, path_provider_windows and path_provider_linux packages individually in order to get the application documents directory path.

EstDeLeon
Автор

Great! --- Is there any space limitation?

saqqara
Автор

I’m getting OS error saying read only file system inspite of enabling the storage permission. I tried create recursive as well. Can anyone help me with this issue?
Cheers!

patildeepak
Автор

How do I download to the downloads directory?

abin
Автор

what if i want to save it in for example Document folder?

mohamedzakariagridi
Автор

🎯 Key Takeaways for quick navigation:

00:00 数据缓存利器
00:28 不同目录用途
01:22 避免浪费空间

Made with HARPA AI

Ahwu_AIClass
Автор

It would be great if there was a synchronous function like <file.readAsStringaSync> or something like that to get directories.

maxdillon
Автор

Wish there was a plugin for no temporary file saving. Like a downloaded file or a captured image

AhmadSattout