Lite version without sqflite package #173
Closed
781flyingdutchman
announced in
Announcements
Replies: 1 comment
-
Because of this change, there is no need for a Lite version of V8 (as that is now effectively the default). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you don't use the
sqflite
package in your app, and you don't useSqlitePersistentStorage
for the persistent storage needs of the downloader (by default it doesn't), then consider using branchV7-lite
of thebackground_downloader
repo.The lite version is the same as the latest V7.x.x version, but without any reference to the
sqflite
package, so that the SQLite binaries are excluded from the Android and iOS runtime, leading to a smaller bundle size.To use the V7-lite version, change your pubspec.yaml entry to:
Beta Was this translation helpful? Give feedback.
All reactions