contacts 0.2.0-dev.1
contacts: ^0.2.0-dev.1 copied to clipboard
A set of classes useful for managing contacts. In order to save data in a database, each class has `toMap()` method, and to retrieve data from the database, each class has `fromMap(Map<String, dynamic> map)`.
0.1.0-dev.1 2020-12-2 #
- First pre-release.
- Contains all the basic classes.
0.2.0-dev.1 2020-12-9 #
- Added
call()method toContactclass. - Added
sms()method toContactclass. - Added
mailTo()method toEmailclass. - Improved README.md file.
- Improved the documentation.
- The package description has been expanded.
- Added the use of
pedanticpackage. - Added
analysis_options.yamlfile.