Using badges on Web App
marinaaraujo97 opened this issue · 2 comments
marinaaraujo97 commented
M-ixai-L commented
@marinaaraujo97 Sorry for the long delay, is this still relevant or can we close the issue?
yadaniyil commented
@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.