sms_composer_sheet 1.0.3 copy "sms_composer_sheet: ^1.0.3" to clipboard
sms_composer_sheet: ^1.0.3 copied to clipboard

A Flutter plugin for native SMS composer with beautiful bottom sheet UI. Supports iOS and Android with haptic feedback and error handling.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sms_composer_sheet

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  sms_composer_sheet: ^1.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:sms_composer_sheet/sms_composer_sheet.dart';
1
likes
150
points
173
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for native SMS composer with beautiful bottom sheet UI. Supports iOS and Android with haptic feedback and error handling.

Repository (GitHub)
View/report issues
Contributing

Topics

#sms #messaging #flutter-plugin #native #composer

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on sms_composer_sheet

Packages that implement sms_composer_sheet