Benjamin Smrdelj
Benjamin Smrdelj
> Do you need to install firebase tools too? Or upload-crashlytics-symbols doesn't require them? No, flutterfire_cli is enough. I just added pre-build script (in Codemagic): ```shell #!/bin/bash dart pub global...
Another potentially related example where using color filter adds unwanted horizontal line: Without color filter:  With color filter: 
I think https://github.com/furaiev/amazon-cognito-identity-dart-2/commit/08e43d6686931d2890816cc3a86e83910e8b1c4a might be linked to this, because it seems email in `username` field in `CognitoUser` is replaced by user id in this step. Perhaps we could store original...
I prepared a quick PR where I store original email separately from username, but I don't have much experience with this package, so I'm not sure if it breaks some...
> First you need a personal access token, which you can generate in your [app](https://developer.vimeo.com/apps) settings. Then fetch the video information using this request: > > ``` > curl -X...
> @benja8151 Would you suggest any other/better solution? No, at a glance I think this solution should work, but you need to fetch video links (your curl request) on demand...