Intermediate
Flutter
Q66 / 100
What is the sqflite package in Flutter?
Correct! Well done.
Incorrect.
The correct answer is B) A SQLite plugin for Flutter supporting local relational database storage on Android and iOS
B
Correct Answer
A SQLite plugin for Flutter supporting local relational database storage on Android and iOS
Explanation
sqflite is a Flutter plugin for SQLite, enabling local relational database storage on Android and iOS. It supports SQL queries, transactions, and batch operations. For desktop/web support, consider the drift package.
Progress
66/100