bright2kwame / flutter_simple_toast

A simple timed toast display for showing errors and info
GNU General Public License v3.0
9 stars 2 forks source link

Feat: Support for Null Safety as regards Dart SDK 3.2.4 #2

Open Samsonroyal opened 7 months ago

Samsonroyal commented 7 months ago
[App name] flutter pub add simple_toast
The current Dart SDK version is 3.2.4.

Because flutter_mobile_app depends on simple_toast any which doesn't support null safety, version solving failed.

The lower bound of "sdk: '>=2.2.0 <3.0.0'" must be 2.12.0 or higher to enable null safety.
For details, see https://dart.dev/null-safety
exit code 65

I received the above error when trying to use the package in one of my apps. We need to add null safety

bright2kwame commented 7 months ago

I will work on this quickly, thank you