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

Add support for Android Plugin API v2 #75

Closed
wants to merge 1 commit into from
Closed

Add support for Android Plugin API v2 #75

wants to merge 1 commit into from

Conversation

masewo
Copy link

@masewo masewo commented Sep 8, 2021

No description provided.

@@ -22,12 +25,12 @@ import java.io.*
import java.util.concurrent.ExecutorService
import java.util.concurrent.Executors

class FlutterImageEditorPlugin(private val registrar: Registrar) : MethodCallHandler {
class FlutterImageEditorPlugin(private var context: Context? = null, private var channel: MethodChannel? = null): MethodCallHandler, FlutterPlugin {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might need the context no more. I'll try to implement the v2 in another PR.

@AlexV525
Copy link
Member

Closing in flavor of #77 .

@AlexV525 AlexV525 closed this Sep 14, 2021
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

2 participants