Results 3 issues of Roman

``` OS: Linux Ubuntu LTS 22.04.1 Jammy Flutter 3.7.5 • channel stable • https://github.com/flutter/flutter.git Framework • revision c07f788888 (8 days ago) • 2023-02-22 17:52:33 -0600 Engine • revision 0f359063c4 Tools...

bug

During building a flutter project on Linux Ubuntu 18.04.6 LTS I get the [error](https://pastebin.com/ptXPydvR).

bug

Hello! Here is function that requests access token, trigerred by clicking on a button: ```Dart Future getAccessToken() async { if (!dotenv.isEveryDefined(['CLIENT_ID', 'REDIRECT_URL'])) { throw Exception('There are no spotify credentials. Check...

bug