Is it possible to use sqlite instead of sqflite in flutter? if yes, then how?
Clash Royale CLAN TAG#URR8PPP
Is it possible to use sqlite instead of sqflite in flutter? if yes, then how?
or else let me know how to create a simple database in flutter using sqflite in flutter. That is having just a single and textfield and that value need to be inserted into the database.
1 Answer
1
You can use shared preferences for it.
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.