I wanted to use chrome custom tabs in flutter. I know there is a package for that(https://pub.dev/packages/flutter_custom_tabs), but on using that package, when I run the app, it shows error messages like,
Note: /home/jatin/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_custom_tabs-0.6.0/android/src/main/java/com/github/droibit/flutter/plugins/customtabs/internal/Launcher.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details.
Skipped 183 frames! The application may be doing too much work on its main thread,
So, is there any other way to use chrome custom tabs more efficiently in flutter? If not, then how can we add custom tabs using native code (only in android) ?