wfile 0.4.2
wfile: ^0.4.2 copied to clipboard
Convenient work with files and their content across multiple platforms.
Changelog #
All notable changes to the project WFile will be documented in this file.
See Conventional Commits for commit guidelines.
0.4.2 #
README. Added supported platforms, SDKs, better badges, a link to tests, and a help guide for a first-time contribution to open-source.- Fixed Windows delimiter path to file not being detected in Linux.
0.4.1 #
- Added CI.
- Provided badges to
README. - Upgraded dependencies.
0.4.0 #
- Introduced key-value brokers:
ImageFilesystemBroker,TextFilesystemBroker,XmlFilesystemBroker,FilesystemBroker<T>andBroker<K, T>. - Introduced
readAsJsonListListT(),delete(). - Keeping
createPathIfNotExistsintoWFile. - Added
example/READMEwith resourses for learning. - Updated
README. - Upgraded dependencies.
0.3.3 #
- Fixed a wrong composite path for
writeAs*()andreadAsImage(). - Updated
README. - Upgraded dependencies.
0.3.2 #
- Added examples to
README.
0.3.1 #
- Fixed an incorrect result path when a prefix available.
- Extended a range for a granted version of the package
path. Reason: avoid conflicts with other packages.
0.3.0 #
- Replaced
String pathtodynamic path. Reason: this way we can useStringandListfor build a path. - Switching the behaviour of
WFilebetween returningnullor throwing an exception when a reading file not found. - Introduced
WFile.readOrDefaults<T>(). - Introduced extensions:
pathHead,pathAfterHead,pathWithoutTail,listToPath,listToNPath. - Introduced a predefined path separator
npathSeparatorand system path separatorspathSeparator. - Shorted names for checking exist files and directories.
WFile.readAsImage()returnsnullinstead of an empty image when a file not found.- Reinforced tests.
- Updated
README.
0.2.0 #
- Introduced a read and write file as XML. Thanks https://pub.dev/packages/xml.
0.1.0 #
- Initial release.