FLUTTER ECOSYSTEM

sms

SMS library for Flutter applications. Its allow to send, receive, query sms messages, sms delivery and query contacts info. It exposes an easy and friendly API for developing a completely functional sms app in Flutter.

Latest version
0.2.4
30-day downloads
71
Likes
118
Pub points
30

Package Overview

Selection guidance generated from public package information. For reference only.

Overview

The SMS package for Flutter provides a straightforward API to send, receive, query SMS messages, check delivery status, and access contact information. It enables developers to build fully functional SMS applications with minimal setup. Designed for ease of use, it abstracts platform-specific complexities, allowing seamless integration across Android and iOS. The package supports essential messaging operations and enhances app functionality with reliable communication features.

Use cases
  • Building SMS messaging apps
  • Implementing two-factor authentication
  • Automating message delivery
  • Integrating contact lookup
  • Tracking message delivery status
  • Creating notification systems
Key features
  • Send and receive SMS messages
  • Query message delivery status
  • Access contact information
  • Simple and intuitive API
  • Cross-platform compatibility
  • Support for Android and iOS
Suitable for
  • Developers creating messaging apps
  • Apps requiring SMS verification
  • Tools needing automated message handling
  • Applications integrating with contacts
  • Projects seeking reliable SMS functionality
Considerations
  • Requires appropriate permissions on Android and iOS
  • Limited to basic SMS operations
  • May require additional configuration for background message handling
  • Depends on device-level SMS access
  • Not suitable for high-volume commercial messaging
Supported platformsNot available

Install package

flutter pub add sms

Categories

Source repository

Related projects