DeanPack
DeanPack
I'm following the getting started guide found here: https://microcks.io/documentation/getting-started/ after I run docker compose up -d the microcks-sso container fails with the error: ``` microcks-sso | User with username 'admin'...
I'm trying to download files from my webserver, there is required authorization, so I'm sending an authorization header, like so ``` task.taskId = await FlutterDownloader.enqueue( url: task.link!, headers: {'authorization': '[Bearer...
This package would be much more useful if after the showcase is dismissed, that event can be easily captured.
I have a login screen with two text fields. one for an email and one for a password. In my flutter tests I enter this await tester.enterText(find.byType(TextField).first, email); trying to...