Mattias Fjellvang

Results 174 issues of Mattias Fjellvang

Would be really cool getting an example of how to use this with NestJS

We have recently updated our app, and all of a sudden the `attachmentUrl` is not working anymore. There's simply not a link in the snapchat app, despite being there in...

I have observed the following error in our crashalytics: ``` Fatal Exception: FlutterError PlatformException(SendMediaSendError, Optional(Error Domain=SCSDKCreativeKitErrorDomain Code=5 "error_description_deep_link_failure" UserInfo={NSLocalizedRecoverySuggestion=recovery_suggestion_contact_snap_kit_support, NSLocalizedDescription=error_description_deep_link_failure, NSLocalizedFailureReason=}), null, null) ``` ``` Fatal Exception: FlutterError 0 ???...

In my scenario, the colorloss does only happen on thumbnails. The original image still has the full color set. So this plugin should be able to work with backwards compatibility...

enhancement

Let's say you have a normal query (https://ferrygraphql.com/docs/queries) but you wish to programatically update the data, depending on some other logic; how can this be done? Or even build a...

I am following the example repos, but with my own GraphQL endpoint. I notice that when I run: `get-graphql-schema http://localhost:8787 > lib/common/domain/schema.graphql` And then then buildrunner: `dart run build_runner build...

I am playing around with mutations and would like to have a simple flutter widget that has a button. When that button is pressed the mutation will be fired, and...

When calling `LocaleSettings.setLocale(locale);` nothing happens unless I click "Hot reload". How can I have the views update when changing language?

question

The `updateScanWindow` does not work. After calling the method, scanning is no longer possible. Nothing will be outputted to the stream. Example repo: https://github.com/simplenotezy/broken-mobile-scanner-example - Clone the repository and run...

Is there a way to create a more full screen layout, like this? ![image](https://github.com/juliansteenbakker/mobile_scanner/assets/3786627/012f7329-4403-4c18-8e70-119262f23a9f)