0maru / twitter_login

MIT License
54 stars 54 forks source link

issue related with other depended package #48

Closed niypoo closed 3 years ago

niypoo commented 3 years ago

I have noticed a lot of crashes happened with my users with a package I have never used so searching and found your package I only used depended on this package that called "pichillilorenzo/flutter_inappwebview"

the crash error is

ChromeCustomTabsActivity.java line 42
com.pichillilorenzo.flutter_inappwebview.chrome_custom_tabs.ChromeCustomTabsActivity.onCreate
Screen Shot 2021-05-16 at 7 53 08 PM

this is a issue topic about this issue https://github.com/pichillilorenzo/flutter_inappwebview/issues/665

so please investigation more about that issue

niypoo commented 3 years ago

I have found this issue in android related with this package and I'm investigation more about this issue now, for any one wants help.

 Exception: HttpException: Failed Forbidden
E/flutter (24743): [ERROR:flutter/lib/ui/ui_dart_state.cc(186)] Unhandled Exception: Exception: HttpException: Failed Forbidden
niypoo commented 3 years ago

Any update !!

0maru commented 3 years ago

@niypoo I'm writing code to remove flutter_inappwebview as a dependency. Please wait a moment.

0maru commented 3 years ago

@niypoo I have finished the implementation. It will be merged into the master soon and the latest version will be released.

0maru commented 3 years ago

@niypoo v4.0.0 has been released. Please use flutter 2.0.0 or later version as null-safety is enabled.

niypoo commented 3 years ago

@niypoo

v4.0.0 has been released.

Please use flutter 2.0.0 or later version as null-safety is enabled.

Thanks 🙏