websafe_platform 1.2.0-nullsafety.0 websafe_platform: ^1.2.0-nullsafety.0 copied to clipboard
Simple abstraction to be able to detect Web, Android, and iOS without a hard reference to `dart:io`
[1.2.0-nullsafety.0] - December 26th, 2020 #
- Updated to nullsafety
[1.1.0] - December 22nd, 2020 #
- Added a
name
toWebsafePlatform
to easily get a standardized name for the current platform. - Added a
mock
factory constructur toWebsafePlatform
to assist with testing.
[1.0.5] - September 3rd, 2020 #
- Added checks for Linux, Mac, Windows, and Fuchsia
[1.0.4] - August 22nd, 2020 #
- Rolling back to meta 1.1.8 due to
flutter_test
incompatiblities
[1.0.3] - August 22nd, 2020 #
- Dependency version bumps
[1.0.2+1] - Auguest 22nd, 2020 #
- GitHub metadata updates
[1.0.2] - April 30th, 2020 #
- Added override option to assest with testing
[1.0.1] - April 27th, 2020 #
- Transferred to verified publisher
[1.0.0] - April 27th, 2020 #
- Initial release