-
Notifications
You must be signed in to change notification settings - Fork 258
feat: update flutter_sms for latest Flutter compatibility #102
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
base: master
Are you sure you want to change the base?
feat: update flutter_sms for latest Flutter compatibility #102
Conversation
verionyxsolutions
commented
May 31, 2025
- Migrated to Flutter 3.32
- Converted Android to Kotlin DSL and updated AGP
- Updated iOS deployment target and cleaned up Podfile
- Fixed example app
- Removed deprecated APIs
- Migrated to Flutter 3.32 - Converted Android to Kotlin DSL and updated AGP - Updated iOS deployment target and cleaned up Podfile - Fixed example app - Removed deprecated APIs
✨ SummaryThis PR updates the 🔧 Changes Made
✅ Testing
📌 Notes
Let me know if there's anything I should change or if you'd like separate PRs for Android/iOS updates. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added some comments, but overall looks great!
- Replace dart:html with package:web - Update author info and clean up permissions - Remove unnecessary namespace - Add widget tests and update pubspec environment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎉