Maik Müller

Results 8 comments of Maik Müller

I encountered the same error. However, the `InnerException` was `null` which was helping not at all. Getting an API Key solved the issue immediately. A snippet that might help: ```csharp...

Hej @kashlo! Can you check with #144 - it worked seamlessly for me.

Hej @rfitz123! That's a good question. Quick thoughts are: - Can you create a second image which extends the background of the icon and use this as background icon? -...

Thanks @jarridlima for the final hint - it worked. Adding the `ChartModule` also to the import section of your components `module.ts` (in the sample it is your home page) such...

I stumbled upon the same issue and it appears Layout pages are currently not supported out of the box as stated in #82.

Have a look at https://fluenticons.co/ which provides performance, search as well as a light and dark theme switch.

@jerinho, have you added the reference to your `.env` file to the `pubspec.yaml`? Make sure the reference is located, such as, ```yaml flutter: [...] assets: - .env ``` where `assets`...

@BenRoe do you have an idea regarding this question?