You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.