platform_version 0.0.1
platform_version: ^0.0.1 copied to clipboard
A cross-platform Flutter plugin to retrieve the OS/platform version and device/system information. Supports Android, iOS, Web, Windows, macOS and Linux.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on "Keep a Changelog" and this project follows Semantic Versioning.
[Unreleased] #
- Prepare initial documentation and examples.
0.0.1 - 2025-10-05 #
- Initial public release.
- Add platform version API:
getPlatformVersion().- Add device information API:
getDeviceInfo(). - Implementations for Android, iOS, Web, Windows, macOS and Linux.
- Example app demonstrating basic usage (
example/lib/main.dart). - Add README and tests scaffolding.
- Add device information API:
- Add platform version API:
--
For details and contribution guidelines, see the project's README.md and CONTRIBUTING.md (if present).