Dinko Marinac

Results 5 issues of Dinko Marinac

### **Description** [GoRouter](https://docs.page/csells/go_router/debugging) has a `debugLogDiagnostics` property which can be set at the router level to show logs during navigation. Adding this to jaspr_router would help developers debug issues during...

feature

**Description** In my current setup, I'm only using `Document.template` with an `index.html` because there's currently no way to set attributes at `` level. Here's what I'd want to have as...

feature

First of all, thank you making this SDK. When using an emulator, I can specify port for different emulators using `firebase.json`. Example `firebase.json`: ```json { "emulators": { "auth": { "port":...

enhancement

Hello there, thank you for making this! I'm trying to test my Firestore triggered function (as shown in the `protobuf/rawevent` example) against the Firestore emulator. I've managed to wire the...

**What is your proposal** With the sunset of [Prisma Dart](https://github.com/medz/prisma-dart/issues/471), the only viable options for an ORM in Dart are [Stormberry](https://pub.dev/packages/stormberry) and [Drift](https://pub.dev/packages/drift). While most people think of Drift as...

question