-
-
Notifications
You must be signed in to change notification settings - Fork 876
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
[MIGARATE] Migrate to latest webview_flutter plugin to 4.0.0 version #1206
Comments
I think it's no longer maintained |
@bhanuka96 Temporarily you can use it like this: dependency_overrides:
flutter_html:
git:
url: https://github.com/robotoss/flutter_html
ref: feature/temp_plugin_use |
can you do with |
I use |
If you need to use tableRender you can use like that: Add to pubspec.yaml flutter_html_table:
git:
url: https://github.com/robotoss/flutter_html
path: packages/flutter_html_table
ref: feature/temp_plugin_use And to you code: import 'package:flutter_html_table/flutter_html_table.dart';
Html(customRenders: {tableMatcher(): tableRender()}), |
Good alternative, but unfortunately there are projects that I can't refactor to new dependencies right now. |
I need the |
i need the |
Corrected the paths
|
cool, now i can. Thanks a lot @robotoss |
Upgraded versions coming out this week if all goes well |
There is a new version release by webview_flutter team. Can you migrate this plugin to latest?
Follow this guideline to migrate. link
The text was updated successfully, but these errors were encountered: