tz_datetime_platform_interface
Platform interface for the tz_datetime package.
Overview
This package defines the platform interface for tz_datetime, which provides timezone-aware datetime functionality for Flutter/Dart applications. It specifies the common API contract that all platform implementations must adhere to.
Usage
This package is primarily used by:
- The main
tz_datetimepackage - Platform-specific implementations
- Plugin developers extending timezone functionality
Regular users of the tz_datetime package typically don't interact directly with this package.
For general usage instructions, refer to the main tz_datetime package documentation.
Contributing
Issues and pull requests should be directed to the main tz_datetime repository.