sqflite_tvos 0.0.1 copy "sqflite_tvos: ^0.0.1" to clipboard
sqflite_tvos: ^0.0.1 copied to clipboard

tvOS (Apple TV) implementation of the sqflite Flutter plugin, provided by flutter-tvos.

sqflite_tvos #

tvOS implementation of sqflite for flutter-tvos (port of sqflite_darwin).

Generated by flutter-tvos plugin port (modular-SwiftPM podspec).

Usage #

dependencies:
  sqflite: ^2.x
  sqflite_tvos: ^0.0.1
  path_provider_tvos: ^0.0.1   # for a writable DB directory

tvOS support #

✅ Supported #

  • Full SQLite: openDatabase, execute, rawQuery, query, insert, update, delete, transactions, batches — sqlite3 ships with tvOS.

⚠️ Limitations / differs from iOS #

  • Put the database under a path_provider directory (Documents / Application Support). The tvOS sandbox is constrained and OS-managed caches can be purged — don't store the DB in a cache/temp dir if you need durability.

❌ Not supported on tvOS #

  • None for core SQLite usage.

See PORTING_REPORT.md for the port detail and checklist.

0
likes
140
points
51
downloads

Documentation

API reference

Publisher

verified publisherfluttertv.dev

Weekly Downloads

tvOS (Apple TV) implementation of the sqflite Flutter plugin, provided by flutter-tvos.

Homepage
Repository (GitHub)
View/report issues

License

BSD-2-Clause (license)

Dependencies

flutter, sqflite_platform_interface

More

Packages that depend on sqflite_tvos

Packages that implement sqflite_tvos