Skip to content

Build error w/ sqlite3 2.9.0: missing implementation in CommonThrottledDatabase #106

@mhernz

Description

@mhernz

Getting a failing build after pub upgrade. Seems to be an issue with the latest sqlite3 2.9.0:

../../../.pub-cache/hosted/pub.dev/sqlite_async-0.11.8/lib/src/web/worker/throttled_common_database.dart:9:7: Error: The non-abstract class 'ThrottledCommonDatabase' is missing implementations for these members:
throttled_common_database.dart:9
 - CommonDatabase.updatesSync
Try to either
 - provide an implementation,
 - inherit an implementation from a superclass or mixin,
 - mark the class as abstract, or
 - provide a 'noSuchMethod' implementation.

class ThrottledCommonDatabase extends CommonDatabase {
      ^^^^^^^^^^^^^^^^^^^^^^^
../../../.pub-cache/hosted/pub.dev/sqlite3-2.9.0/lib/src/database.dart:67:28: Context: 'CommonDatabase.updatesSync' is defined here.
database.dart:67
  Stream<SqliteUpdate> get updatesSync;
                           ^^^^^^^^^^^
Failed to compile application.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions