Sms
control - send and receive SMS
#4900
Replies: 2 comments
-
Can you tell me how to integrate the existing Flutter package into my Flet application? |
Beta Was this translation helpful? Give feedback.
-
hey @hanchenglong001, Did you see the blog post called Flet adaptive UI and custom controls release? 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 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. |
Beta Was this translation helpful? Give feedback.
-
Please Describe The Feature To Be Added
SMS and MMS reading and sending abilities
Suggest A Solution
https://pub.dev/packages/flutter_sms
Beta Was this translation helpful? Give feedback.
All reactions