Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] Deprecated webOnlyAssetManage -> assetManager #490

Merged
merged 1 commit into from
Apr 14, 2024

Conversation

C0routine
Copy link
Contributor

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
Copy link

Could we merge this? Why is it just in limbo

@ponnamkarthik ponnamkarthik merged commit 7399508 into ponnamkarthik:master Apr 14, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants