-
Notifications
You must be signed in to change notification settings - Fork 509
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 using Swift? #32
Comments
Thank you for highlighting @long1eu! cc @andrea689 |
@long1eu I used Swift because I don't know ObjectiveC very well. I didn't know about this Swift overhead! |
This is a nice to have in the long run, since the code base isn't that large it shouldn't be too much work. Adding this to the future milestone as the focus now lies into releasing a v0.0.2 version of the plugin. |
I have do many researches, and I found that this size increment is due to Swift standard library and runtime that are included in every app, but with the release of Swift 5.0 this year, these libraries will be available by OS and the app size will not be affected. |
I agree with the Swift move. 👍
…On Sun, 10 Nov 2019, 17:11 Tobrun, ***@***.***> wrote:
Closed #32 <#32>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#32>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACG2OVTJJYSO7MEBVOCK4WLQTAQD5ANCNFSM4G3WMISQ>
.
|
flutter/flutter#17999 (comment)
The text was updated successfully, but these errors were encountered: