platform_info 5.0.0 platform_info: ^5.0.0 copied to clipboard
Contains info about current platform such as Build mode and Operating system.
5.0.0 - 2024-08-13 #
- Update dependencies
- dart:html replaced with package:web
- Enums replaced with sealed classes
- Renamed getters
4.0.2 - 2023-06-30 #
- Fix topics
4.0.1 - 2023-06-30 #
- Update README.md
- Refactoring
2.0.1 - 2020-09-06 #
Added #
- Add getters:
isJS
- Is a web-based applicationsisVM
- Is a I/O supporting for non-web applications