ponnamkarthik / FlutterToast

Toast Plugin for Flutter
MIT License
1.43k stars 349 forks source link

The webOnlyAssetManager getter is deprecated #495

Open Handyzzz opened 4 months ago

Handyzzz commented 4 months ago

The webOnlyAssetManager getter is deprecated and will be removed in a future release. Please use assetManager from dart:ui_web instead. The webOnlyAssetManager getter is deprecated and will be removed in a future release. Please use assetManager from dart:ui_web instead.

lreardon commented 3 months ago

@Handyzzz I just made a PR that would fix this issue.