droibit / flutter_custom_tabs

A Flutter plugin for mobile apps to launch a URL in Custom Tabs/SFSafariViewController.
https://pub.dartlang.org/packages/flutter_custom_tabs
Apache License 2.0
132 stars 68 forks source link

Execution failed for task ':app:compileDebugJavaWithJavac' at custom tab plugin #59

Open ayechan-maung opened 2 years ago

ayechan-maung commented 2 years ago

android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java:29: error: package com.github.droibit.flutter.plugins.customtabs does not exist flutterEngine.getPlugins().add(new com.github.droibit.flutter.plugins.customtabs.CustomTabsPlugin()); ^ 1 error

FAILURE: Build failed with an exception.

BUILD FAILED in 15s Exception: Gradle task assembleDebug failed with exit code 1

SputNikPlop commented 2 weeks ago

This has been fixed in the updated version of the plugin I believe.