parent
18650c4eec
commit
53309079dd
2 changed files with 16 additions and 1 deletions
@ -1 +1,15 @@ |
|||||||
# Storage |
# Storage |
||||||
|
|
||||||
|
Flutter provides several options for persistent storage, some of which are as follow: |
||||||
|
|
||||||
|
- SharedPreferences: A key-value store for small data. |
||||||
|
- SQLite database: A relational database for structured data. |
||||||
|
- File System: For storing large files and data. |
||||||
|
- Firebase: A real-time database and backend as a service. |
||||||
|
|
||||||
|
All of these storage options are supported through third-party packages, which are easily integrated into a Flutter app. |
||||||
|
|
||||||
|
Visit the following links to learn more: |
||||||
|
|
||||||
|
- [Storage - Flutter Tutorial](https://www.youtube.com/watch?v=UpKrhZ0Hppks) |
||||||
|
- [Cloud Storage in Flutter](https://firebase.flutter.dev/docs/storage/overview/) |
Loading…
Reference in new issue