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 Swift Package Manager support #117

Merged
merged 8 commits into from
Jan 24, 2025
Merged

Add Swift Package Manager support #117

merged 8 commits into from
Jan 24, 2025

Conversation

onevcat
Copy link
Member

@onevcat onevcat commented Jan 21, 2025

This PR adds SPM integration support to the package. Now, app developer can use SPM to add flutter_line_sdk to your project.

Some background:

  • CocoaPods is being sunset and will soon stop accepting updates.
  • Flutter was using CocoaPods and now it is migrating to SPM.
  • pub.dev has added SPM support as a scoring metric.

This PR also upgrades the project structure to the latest Flutter template. It is done automatically when we convert the example app to using SPM integration.

@onevcat onevcat requested a review from daviscdev January 21, 2025 02:43
Copy link

@daviscdev daviscdev left a comment

Choose a reason for hiding this comment

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

LGTM Thank you!

@onevcat onevcat merged commit 028bbea into master Jan 24, 2025
2 checks passed
@onevcat onevcat deleted the feature/spm-support branch January 24, 2025 01:55
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

3 participants