SqliteWebOptions class final

Advanced browser asset overrides. Flutter Web needs no asset configuration.

Constructors

SqliteWebOptions({Uri? assetBase, Uri? wasm, Uri? worker, String wasmIntegrity = sqliteWasmIntegrity, Duration openTimeout = const Duration(seconds: 15)})
Uses the matching packaged worker and SQLite module unless overridden.
const

Properties

assetBase Uri?
Directory containing the packaged, versioned assets. Relative to HTML base. Defaults to Flutter package assets, or orm/ in a plain Dart web app.
final
hashCode int
The hash code for this object.
no setterinherited
openTimeout Duration
Deadline for the worker handshake and database initialization.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wasm Uri?
Overrides are relative to the document's HTML base, not assetBase.
final
wasmIntegrity String
Subresource integrity for the SQLite module. Override for a custom build.
final
worker Uri?
Worker script override, resolved against the HTML base URI.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited