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

Sms control - send and receive SMS #3195

Open
vv2006-mc opened this issue May 3, 2024 · 2 comments
Open

Sms control - send and receive SMS #3195

vv2006-mc opened this issue May 3, 2024 · 2 comments
Labels
controls feature request Suggestion/Request for additional feature

Comments

@vv2006-mc
Copy link
Contributor

Please Describe The Feature To Be Added

SMS and MMS reading and sending abilities

Suggest A Solution
https://pub.dev/packages/flutter_sms

@hanchenglong001
Copy link

Can you tell me how to integrate the existing Flutter package into my Flet application?
No examples were found on the official website.

@vv2006-mc
Copy link
Contributor Author

vv2006-mc commented May 6, 2024

hey @hanchenglong001,

Did you see the blog post called Flet adaptive UI and custom controls release?
You can see the implementation of all packages too!

After creating the dart wrapper code, you have to edit the client/lib/main.dart and the client/pubspec.yaml files. Just follow as done with other packages.

On the python side, just create a new file in flet-core/src/flet-core and import the Control class created into the __init__.py file. Just follow as done in other controls like audio.py, video.py ,rive.py, etc...

Once finished, you can test it out as told in contributing docs

Note: this is just for now the moderators seem to be trying to make integration of flutter packages to flet easier, so there might be changes on how to do it.

@FeodorFitsner FeodorFitsner changed the title Feature Request: SMS sending and receiving flutter_sms - send and receive SMS May 10, 2024
@FeodorFitsner FeodorFitsner added controls feature request Suggestion/Request for additional feature labels May 10, 2024
@FeodorFitsner FeodorFitsner changed the title flutter_sms - send and receive SMS Sms control - send and receive SMS May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
controls feature request Suggestion/Request for additional feature
Projects
Status: 🆕 New
Development

No branches or pull requests

3 participants