Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

add 2 line for android and set s.dependency for ios #2

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

RezaHeidary
Copy link

No description provided.

@@ -32,8 +34,8 @@ class TelegramStickersImportPlugin : FlutterPlugin, MethodCallHandler, ActivityA
if (binaryMessenger == null) return

activity = binding.activity as FlutterActivity
channel = MethodChannel(binaryMessenger, "telegram_stickers_import")
channel?.setMethodCallHandler(this)
// channel = MethodChannel(binaryMessenger, "telegram_stickers_import")
Copy link
Owner

Choose a reason for hiding this comment

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

Could you please remove this commented lines?

@@ -16,8 +16,8 @@ A new flutter plugin project.
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.platform = :ios, '8.0'

s.dependency 'TelegramStickersImport'
#this is comment
Copy link
Owner

Choose a reason for hiding this comment

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

And remove this comment please

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants