sri_lanka_provinces_districts_cities 0.0.4
sri_lanka_provinces_districts_cities: ^0.0.4 copied to clipboard
A Flutter package to access information about Sri Lanka's provinces, districts, and cities.
0.0.1 #
- Initial release with core functionality for managing cities, districts, and provinces, with support for multi-language names (English, Sinhala, Tamil).
0.0.2 #
- Added DartDoc comments for classes
Cities,District,Province, and their helper functions to improve code documentation and clarity.
0.0.3+1 #
- Nothing breaking changes
- Improved code readability by adding clear and concise documentation to all key methods and classes.
- Enhanced the
fromJsonfactory methods with additional comments explaining the process of object creation from JSON data.
0.0.4 #
- Nothing breaking changes
- Add function to verify if a city belongs to a given district by ID (Thanks https://github.com/MS-Rex)