I am still new to the Flutter environment and find it hard to find information about storage options when building an app with Flutter.
Similarly to what has been asked for react native, I would like to know what my options are with respects to
- Data persistence
- Remote or locale
- Offline behavior (if applicable)
- Database security
- App performance
- Pricing
- Real time sync
- Compatibility with third party libraries, and Flutter modules
- Anything else...
I have searched the flutter packages for database but did not find it so helpful. Any answer, guide and reference would be much appreciated.