I am new to mobile application development.
I am in the process of building a mobile application using Flutter 3.4.1 and SQLLiteDB using Android Studio IDE.
I now need to run the mobile application in IOS devices too.
Questions:
- Can I use Sqlitedb as database for my mobile application that would run in platforms like Android and IOS?
- Which database can be used for both Android and IOS mobile apps?