fluttercommunity / flutter_launcher_icons

Flutter Launcher Icons - A package which simplifies the task of updating your Flutter app's launcher icon. Fully flexible, allowing you to choose what platform you wish to update the launcher icon for and if you want, the option to keep your old launcher icon in case you want to revert back sometime in the future. Maintainer: @MarkOSullivan94
https://pub.dev/packages/flutter_launcher_icons
MIT License
1.99k stars 396 forks source link

Migrate away from deprecated strong mode options #492

Open parlough opened 1 year ago

parlough commented 1 year ago

The strong-modes options are deprecated and set for removal. This enables some of the new analysis language modes that are replacing and augmenting them.

MarkOSullivan94 commented 1 week ago

Thanks for the contribution @parlough, we have some conflicts before we can get this merged

parlough commented 6 days ago

@MarkOSullivan94 Sure! I updated the branch with master and fixed some new warnings.

parlough commented 4 days ago

Some new conflicts arose again, so I rebased and pushed again. Thanks :)