flutter-studio / flutter-icons

Customizable Icons for Flutter :boom:
Apache License 2.0
332 stars 123 forks source link

Dart 3 incompatible #52

Open MuhamadHaydar opened 1 year ago

MuhamadHaydar commented 1 year ago

Env info

I use Dart 3 to load the pubspec packages in Flutter, but this package is incompatible with Dart V3.

Bug info

The current Dart SDK version is 3.0.2.

Because flutter_icons 1.1.0 doesn't support null safety and no versions of flutter_icons match >1.1.0 <2.0.0, flutter_icons ^1.1.0 is forbidden.

ride4sun commented 9 months ago

I wondering why is this not supported yet? should be straight forward?