platformer 1.0.2
platformer: ^1.0.2 copied to clipboard
A lightweight and minimal platform-detection utility package.
CHANGELOG.md #
1.0.2 — Initial Release #
- Introduced unified
Platformerclass with full compile-time dispatch. - Implemented
dart:ioplatformer detection for Android, iOS, Windows, Linux, macOS. - Added safe web stub (
dart:html) with accurate web detection. - Added universal stub fallback.
- Provided main dispatcher (
platform.dart). - Added full documentation and examples.