yako-dev/flutter_badges

Using badges on Web App

marinaaraujo97 opened this issue · 2 comments

Hello there!

I have a flutter app that runs both on Android and Web platforms.

On Android I getthe desired look as you can see below:

Screenshot_20230721_153922

But on Web I get this error:

Captura de ecrã 2023-07-21 154244

Can someone please help?

@marinaaraujo97 Sorry for the long delay, is this still relevant or can we close the issue?

@marinaaraujo97 please make sure you check the platform in your code with kIsWeb (https://api.flutter.dev/flutter/foundation/kIsWeb-constant.html) before checking it with Platform.operatingSystem. Most of the times this is the solution to your issue.