LowLevelSubmarine
LowLevelSubmarine
Is there any known way to do polymorphic deserialization like how it is described here for example: https://www.baeldung.com/java-jackson-polymorphic-deserialization?
Stack-Trace: ``` TypedDataException(DocumentDbModel is not a known typed data type., code: unknownType) package:cbl/src/typed_data/registry.dart 101:5 TypedDataRegistry.dictionaryFactoryForType package:cbl/src/query/proxy_query.dart 228:22 ProxyResultSet.asTypedStream package:app/shared/couchbase/repositories/document_repository.dart 41:8 DocumentRepository.getAll ``` This is the code used to load the...
When using ZoomPageTransitionsBuilder which is the default for ThemeData on Android, we always get black edges around the exiting page that is beeing zoomed out in the background. This is...
I was trying to use this otherwise really nice package for a desktop application, where the zooming behavior is rather distracting / jarring. To disable that behavior i'tried to create...