windows7lake / app_badge_plus

A Flutter plugin for adding badges to your app icon.
MIT License
16 stars 6 forks source link

Fix Sdk constrain - support '>=3.0.0 <4.0.0' now #1

Closed venbrinoDev closed 5 months ago

venbrinoDev commented 5 months ago

I adjusted the sdk constrain to support lower version of flutter

environment:
  sdk: '>=3.0.0 <4.0.0'