Benjamin Smrdelj

Results 7 comments of 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: ![image](https://github.com/dnfield/flutter_svg/assets/51935943/a3db71fb-0f58-4fd0-96fa-4124b694c5e7) With color filter: ![image](https://github.com/dnfield/flutter_svg/assets/51935943/5cbef66a-d832-4cc5-8597-bd6197214c22)

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...