gradle_properties 1.0.2 gradle_properties: ^1.0.2 copied to clipboard
A dark package allowing to easily work with Gradle properties files.
1.0.2 #
- Allow parsing empty lines in properties file by @PeregrineFalcon
- Improve test coverage.
1.0.1 #
- Bump up minimum Dart SDK version to 3.0.
- Fix parsing crash when there is a comment in the properties file.
- Improve parsing to detect invalid lines and values.
- Introduce
GradleProperties.parse
andGradleProperties.tryParse
constructors.