James Gragg
James Gragg
Files continue to play after hot restarting on the web. There appears to be no way to release or stop the previous player, even if you save the player ID...
## Bug report Since upgrading to the last Flutterfire releases, we're seeing this error randomly on production: ``` minified:QB: NoSuchMethodError: method not found: 'ga9Q' on null at (../../../../programs/flutter_3_0_5/.pub-cache/hosted/pub.dartlang.org/firebase_core-1.20.0/lib/src/firebase_app.dart:66:3) at _StringAllMatchesIterator.moveNext(main.dart.js:3143:51)...
lastSignInTime can be null when a user is created by the Admin SDK. https://github.com/firebase/firebase-admin-node/blob/94dd7c3efb9ff00b0462cf772b803d6abecc2dcc/src/auth/user-record.ts#L305
First, thank you for this lovely software. Rarely, we'll see this issue on production via Crashlytics: ``` SqliteException(11): database disk image is malformed Causing statement: DROP TABLE IF EXISTS ;....
Seen on Firefox and Chrome on production. Latest everything. Two different stacktraces, one with runMigrations listed and one without. No isolate. Database open: ``` return Database( WebDatabase.withStorage( await DriftWebStorage.indexedDbIfSupported('db'), ),...
## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [x] Bug report [ ] Performance issue [ ] Feature...
Hi there! I made a test animation in Flare that moves up and down gradually. On a Google Pixel in profile mode I'm seeing an average 30ms on the GPU...
### What is the bug? The bounds fix at https://github.com/fleaflet/flutter_map/commit/678a8abcc9afce68b87f50fba8a16f61afa5e7e5 for https://github.com/fleaflet/flutter_map/issues/1362 allows the bounds to function correctly now, but now there is a frame flicker that looks quite bad...
This is a very rare error we've seen on production Crashlytics. We're not sure of the trigger and have no reproduction. Device was Galaxy Z Fold3 5G. Seen on go_router...
Rare issue seen in production on Flutter web when calling `myStreamSubscription.cancel()` in StatefulWidget `dispose()`. Appears to be a race condition and in release mode only. Not sure how to reproduce....