-
-
Notifications
You must be signed in to change notification settings - Fork 659
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
Is there a reason for witch the plugin is written using Swift? #178
Comments
The main reason is that we don't (want to) understand Objective-C and because it is the recommended language by Apple (quoted from here):
Unfortunately when we started developing we didn't realize (like so many of us) that using Swift and Flutter would have such a big penalty in the final app size. Now we are so far in that we don't have the knowledge or time to translate the plugins (see also permission_handler) back to Objective-C. |
Are welcoming pull requests on this?
…On Wed, 13 Feb 2019 at 16:30, Maurits van Beusekom ***@***.***> wrote:
Closed #178 <#178>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#178 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AI2nVmJ4ZfhtQBCYeybOjVh6QiJJ02Iyks5vNCFwgaJpZM4ajh2m>
.
|
Yes we definitely do, if you would also be willing to take the permission_handler into account. |
Perfect, let’s start there.
…On Wed, 13 Feb 2019 at 16:34, Maurits van Beusekom ***@***.***> wrote:
Yes we definitely do, if you would also be willing to take the
permission_handler
<https://github.com/BaseflowIT/flutter-permission-handler> into account.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#178 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AI2nVhnFAhS7E8rktDysjOguYkPnuIbRks5vNCKAgaJpZM4ajh2m>
.
|
flutter/flutter#17999
The text was updated successfully, but these errors were encountered: