source_helper 1.3.2 source_helper: ^1.3.2 copied to clipboard
Utilities to help with Dart source code generation. Includes utilities for properly generating String literals from any String value.
1.3.2 #
- Support the latest version of
package:analyzer
.
1.3.1 #
- Support the latest version of
package:analyzer
.
1.3.0 #
- Added
extension CaseHelper on String
to preform common, identifier-related conversions. - Added an example
1.2.1 #
- More efficiently escape strings with both single and double quotes.
1.2.0 #
- Support the latest version of
package:analyzer
.
1.1.0 #
- Added
typeArgumentsOf
extension toDartType
.
1.0.0 #
- First release!