Tim Alenus
Tim Alenus
### [READ] Step 1: Are you in the right place? yes ### [REQUIRED] Step 2: Describe your environment * Operating System version: Ubuntu 22.04 lts * Firebase SDK version: 11.11.0...
Running my flutter app in debug mode using firebase_dart 1.1.0-dev.10 sometimes the following error is thrown: ``` `[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: 'package:firebase_dart/src/database/impl/persistence/tracked_query.dart': Failed assertion: line 343 pos 12: 'existing == null...
fixes: https://github.com/hpoul/openapi_dart/issues/12
I have a schema Parent.yml as follows: ```yaml type: object properties: test: type: object additionalProperties: true ``` After running the build_runner this results in a type error in the generated...
https://github.com/appsup-dart/openid_client/issues/116
When creating a flow without a `redirectUri` specified the default `redirectUri` is set to http://localhost (which implies port 80). However binding a program to port 80 is by default not...