cross_platform 3.0.1
cross_platform: ^3.0.1 copied to clipboard
Cross platform package that unifies the work with Platform and wrapps dart:io Platform and dart:html to determine platform of the host machine an info about it.
Changelog #
3.0.1 28.04.2021 #
- Fixed lint issues
3.0.0 27.04.2021 #
- Implemented for io:
numberOfProcessorspathSeparatorlocaleNameoperatingSystemoperatingSystemVersionlocalHostnameenvironmentexecutableresolvedExecutablescriptexecutableArgumentspackageConfigversion
- Implemented for web:
numberOfProcessorspathSeparatorlocaleNameoperatingSystemoperatingSystemVersion
2.0.0 23.03.2021 #
- Upgraded to NNBD
- Added
isLinux,isMacOS,isWindows,isDesktop,isFuchsiagetters - Removed
universal_htmldependency
1.0.0 20.10.2020 #
- Implemented cross platform functionality