ponnamkarthik / FlutterToast

Toast Plugin for Flutter
MIT License
1.44k stars 359 forks source link

[Fix] Deprecated webOnlyAssetManage -> assetManager #490

Closed C0routine closed 5 months ago

C0routine commented 8 months ago

Hi. I develop flutter web with use the FlutterToast plugin.

but in the file fluttertoast_web.dart the deprecated API. (Same the issue)

so i change the Deprecated API.

import 'dart:ui' as ui; -> import 'dart:ui_web' as ui;
webOnlyAssetManager -> assetManager
VidarSoder commented 6 months ago

Could we merge this? Why is it just in limbo