snowplow / snowplow-flutter-tracker

Snowplow event tracker for Flutter apps
Apache License 2.0
5 stars 8 forks source link

Update SDK constraint to <4.0.0 #42

Closed matus-tomlein closed 6 months ago

matus-tomlein commented 9 months ago

Reported by dart analyze:

* The declared SDK constraint is '>=2.17.0 <3.0.0', this is interpreted as '>=2.17.0 <4.0.0'.

  Consider updating the SDK constraint to:

  environment:
    sdk: '>=2.17.0 <4.0.0'