SQLite 並不是Flutter 系統自帶的,而是一個第三方插件,在項目的 pubspec.yaml 文件中添加依賴: dependencies: sqflite: ^1.3.1 path_provider: ...
確定! 回上一頁