free_mobile 7.3.0
free_mobile: ^7.3.0 copied to clipboard
Send SMS messages to your Free Mobile device. A simple and free way to monitor your applications using a Free Mobile account.
Changelog #
7.3.0 #
- Updated the documentation.
- Updated the package dependencies.
7.0.0 #
- Breaking change: replaced the
RequestEventclass by thehttp.Requestandhttp.Responseclasses. - Raised the Dart SDK constraint.
- Updated the package dependencies.
- Updated the URL of the default API endpoint.
6.1.0 #
- Updated the package dependencies.
- Updated the URL of the Git repository.
5.2.0 #
- Updated the package dependencies.
5.1.0 #
- Updated the package dependencies.
5.0.0 #
- Breaking change: removed the
Client.defaultEndPointstatic property. - Updated the package dependencies.
4.1.0 #
- Added an example code.
- Raised the Dart SDK constraint.
- Using optional
constandnew. - Updated the package dependencies.
4.0.1 #
- Fixed the issue #2: the
Client.sendMessage()method does not always throws aClientExceptionwhen an error occurs. - Updated the
testdependency.
4.0.0 #
- Breaking change: changed the signature of the
Clientevents. - Breaking change: starting to use and support the Dart 2 SDK.
- Breaking change: the
httpClientproperty is now private. - Added a user guide based on MkDocs.
- Added the
ClientExceptionandRequestEventclasses. - Updated the package dependencies.
3.2.0 #
- Added support for browser platform.
3.1.0 #
- Updated the package dependencies.
3.0.0 #
- Breaking change: changed the signature of the constructor.
- Raised the required Dart version.
- Breaking change: the class properties are now read-only.
- Breaking change: removed the
toJson()andtoString()methods. - Changed licensing for the MIT License.
- Updated the package dependencies.
2.0.0 #
- Breaking change: renamed the
endPointconstant todefaultEndPoint. - Added the
endPointproperty.
0.1.0 #
- Initial release.